Skip to content

Commit

Permalink
migrate build to go 1.22.x
Browse files Browse the repository at this point in the history
  • Loading branch information
encbladexp committed Oct 22, 2024
1 parent c7fdecf commit 046315a
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 @@ -10,7 +10,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.21.x'
go-version: '1.22.x'
- name: Install dependencies
run: go get .
- name: Build
Expand Down

0 comments on commit 046315a

Please sign in to comment.