From 4c85b6ffeca9ad21e584553c9704824682de53ad Mon Sep 17 00:00:00 2001 From: Dave Dykstra <2129743+DrDaveD@users.noreply.github.com> Date: Wed, 3 Jul 2024 14:44:45 -0500 Subject: [PATCH 1/2] update to 1.3.3 Signed-off-by: Dave Dykstra <2129743+DrDaveD@users.noreply.github.com> --- apptainer_source | 2 +- replacements.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apptainer_source b/apptainer_source index de61a60..c9a8d47 160000 --- a/apptainer_source +++ b/apptainer_source @@ -1 +1 @@ -Subproject commit de61a605d03c5bad9f275dba0d0573aad894075a +Subproject commit c9a8d47ccbc2ac91ee134e5f682dc92fc3d98152 diff --git a/replacements.py b/replacements.py index 54836ac..57be2c0 100644 --- a/replacements.py +++ b/replacements.py @@ -12,7 +12,7 @@ def variableReplace(app, docname, source): # Add the needed variables to be replaced either on code or on text on the next # dictionary structure. variable_replacements = { - "{InstallationVersion}" : "1.3.2", + "{InstallationVersion}" : "1.3.3", "{admindocs}" : "https://apptainer.org/docs/admin/main", "{version}": "main", "{adminversion}": "main", From 9d526fad4711e6c57a2933de5bb6b6307caffd28 Mon Sep 17 00:00:00 2001 From: Dave Dykstra <2129743+DrDaveD@users.noreply.github.com> Date: Wed, 3 Jul 2024 14:54:00 -0500 Subject: [PATCH 2/2] update to golang 1.21.9 Signed-off-by: Dave Dykstra <2129743+DrDaveD@users.noreply.github.com> --- .github/workflows/publish.yml | 2 +- .github/workflows/pull_request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5fa8d9b..97aecf3 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -19,7 +19,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v2 with: - go-version: 1.20.1 + go-version: 1.21.9 - name: Update repositories run: | diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 69ffca6..cb995b4 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -15,7 +15,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v2 with: - go-version: 1.20.10 + go-version: 1.21.9 - name: Update repositories run: |