Skip to content

Commit

Permalink
Fix: try newer toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtamm committed Sep 10, 2024
1 parent bc9f22e commit 7843aba
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,15 @@ jobs:
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Download funnel bin
uses: actions/download-artifact@v4
with:
name: funnelBin
path: funnel
- name: Slurm Test
run: make test-slurm
run: |
chmod +x funnel
make test-slurm
s3Test:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/ohsu-comp-bio/funnel

go 1.21

toolchain go1.21.5
toolchain go1.21.13

require (
cloud.google.com/go/datastore v1.15.0
Expand Down

0 comments on commit 7843aba

Please sign in to comment.