Skip to content

Commit

Permalink
update go version
Browse files Browse the repository at this point in the history
  • Loading branch information
jyyi1 committed Feb 5, 2024
1 parent e96fc30 commit 0edcdb5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/go_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ jobs:
- name: Check out
uses: actions/checkout@v3

# Go uses the toolchain version in go.mod since 1.21
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '${{ github.workspace }}/go.mod'
go-version: '>=1.21.6'

- name: Unit Test
run: go test -v -race ./...

0 comments on commit 0edcdb5

Please sign in to comment.