Skip to content

Commit

Permalink
chore: update github workflow to use go 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
JimLarson committed Feb 10, 2023
1 parent dd464dd commit bc36cfc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.17
go-version: 1.18
- uses: ./.github/actions/restore-node
with:
node-version: 16.x
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 @@ -267,7 +267,7 @@ jobs:
# END-TEST-BOILERPLATE
- uses: ./.github/actions/restore-golang
with:
go-version: 1.17
go-version: 1.18
- name: yarn test (cosmic-swingset)
run: cd packages/cosmic-swingset && yarn ${{ steps.vars.outputs.test }} | $TEST_COLLECT
- name: Report tests
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 @@ -14,6 +14,6 @@ jobs:
- uses: actions/checkout@v3
- uses: ./.github/actions/restore-golang
with:
go-version: 1.17
go-version: 1.18
- name: go test
run: cd golang && go test ./...

0 comments on commit bc36cfc

Please sign in to comment.