Skip to content

Commit

Permalink
chore: setup-go with go version file.
Browse files Browse the repository at this point in the history
Signed-off-by: Lan Liang <[email protected]>
  • Loading branch information
liangyuanpeng committed Jan 16, 2025
1 parent 499275d commit e8f8171
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:

steps:
- name: Set up Go 1.x
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 1.21
go-version-file: go.mod

- name: Check out code into the Go module directory
uses: actions/checkout@v4
Expand Down

0 comments on commit e8f8171

Please sign in to comment.