Skip to content

Commit

Permalink
use latest stable golang version for build
Browse files Browse the repository at this point in the history
  • Loading branch information
Snawoot committed Oct 7, 2023
1 parent 166a916 commit 12e2a2c
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 @@ -21,7 +21,7 @@ jobs:
name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '1.21.x'
go-version: 'stable'
-
name: Build
run: >-
Expand Down

0 comments on commit 12e2a2c

Please sign in to comment.