Skip to content

Commit

Permalink
Merge pull request #285 from DrDaveD/update-1.3.3
Browse files Browse the repository at this point in the history
update to 1.3.3
  • Loading branch information
DrDaveD authored Jul 3, 2024
2 parents 5ad6a61 + 9d526fa commit b18cdd2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion replacements.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit b18cdd2

Please sign in to comment.