Skip to content

Commit

Permalink
ensure go version is updated
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed Oct 11, 2023
1 parent 52ae858 commit 311697d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: ^1.18
go-version: ^1.20
- name: fmt check
run: make fmt

Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
strategy:
fail-fast: false
matrix:
test: [["hello-world", "ghcr.io/flux-framework/flux-restful-api:latest", 60]]
test: [["hello-world", "ghcr.io/converged-computing/flux-view-rocky:tag-9", 60]]
#["custom-config", "ghcr.io/flux-framework/flux-restful-api:latest", 60],
#["minimal-service", "ghcr.io/flux-framework/flux-restful-api:latest", 60],
#["post", "ghcr.io/flux-framework/flux-restful-api:latest", 60],
Expand All @@ -86,7 +86,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: ^1.18
go-version: ^1.20

- name: Install zeromq
run: sudo apt-get update && sudo apt-get install -y libsodium-dev libzmq3-dev libczmq-dev
Expand Down

0 comments on commit 311697d

Please sign in to comment.