Skip to content

Commit

Permalink
build workflow 修改go版本到1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
tsosunchia committed Sep 2, 2024
1 parent 4022469 commit 1c7d35e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.22'
- name: Get project dependencies
run: go mod download
- name: Build
Expand Down

0 comments on commit 1c7d35e

Please sign in to comment.