Skip to content

Commit

Permalink
chore: update workflows to latest go release
Browse files Browse the repository at this point in the history
  • Loading branch information
JimLarson committed May 5, 2023
1 parent dd5d004 commit 9b33901
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deployment-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- run: sudo packages/deployment/scripts/install-deps.sh
- uses: ./.github/actions/restore-golang
with:
go-version: 1.18
go-version: 1.20
- uses: ./.github/actions/restore-node
with:
node-version: 18.x
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '>=1.17'
go-version: '>=1.20'
check-latest: true
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-all-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ jobs:
# END-TEST-BOILERPLATE
- uses: ./.github/actions/restore-golang
with:
go-version: 1.18
go-version: 1.20
- name: yarn test (cosmic-swingset)
run: cd packages/cosmic-swingset && yarn ${{ steps.vars.outputs.test }} | $TEST_COLLECT
- uses: ./.github/actions/post-test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v3
- uses: ./.github/actions/restore-golang
with:
go-version: 1.18
go-version: 1.20
- name: go test
run: cd golang && go test -coverprofile=coverage.txt -covermode=atomic ./...
- uses: ./.github/actions/post-test
Expand Down

0 comments on commit 9b33901

Please sign in to comment.