Skip to content

Commit

Permalink
Updated workflow for Go compiler version.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Aug 9, 2024
1 parent 97a2fc6 commit a165167
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go 1.21.5
- name: Setup Go 1.23
uses: actions/setup-go@v4
with:
go-version: 1.21.5
go-version: 1.23

- name: Go version
run: go version
Expand Down

0 comments on commit a165167

Please sign in to comment.