Skip to content

Commit

Permalink
Merge pull request #6 from thanhhaudev/fix/github-action
Browse files Browse the repository at this point in the history
update go.yml
  • Loading branch information
thanhhaudev authored Oct 22, 2024
2 parents df71a52 + c284ee8 commit ad090d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.23'

- name: Build
run: go build -v ./...
Expand Down

0 comments on commit ad090d5

Please sign in to comment.