Skip to content

Commit

Permalink
Update singularity
Browse files Browse the repository at this point in the history
  • Loading branch information
sfegan committed Sep 26, 2024
1 parent f838bb3 commit d58a71e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/singularity-build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,16 +88,16 @@ jobs:
tar -zcvf /tmp/calin_installed.tgz -C / -T /tmp/files_added.txt
ls -l /tmp/calin_installed.tgz
- name: Set up Go 1.13
- name: Set up Go 1.21.1
uses: actions/setup-go@v5
with:
go-version: 1.13
go-version: 1.21.1
cache: false
id: go

- name: Install Singularity
env:
SINGULARITY_VERSION: 3.8.3
SINGULARITY_VERSION: 4.2.1
GOPATH: /tmp/go
run: |
mkdir -p $GOPATH
Expand Down

0 comments on commit d58a71e

Please sign in to comment.