Skip to content

Commit

Permalink
Fix the latest version of go in the CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
xosmig committed Aug 11, 2022
1 parent 1d89188 commit 4d2e001
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Set up Golang
uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: ^1.18
check-latest: true

- name: Checkout
Expand All @@ -60,7 +60,7 @@ jobs:
- name: Set up Golang
uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: ^1.18
check-latest: true

- name: Checkout
Expand Down

0 comments on commit 4d2e001

Please sign in to comment.