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 a165167 commit 0f86d43
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Setup Go 1.23
uses: actions/setup-go@v4
with:
go-version: 1.23
run: sudo apt install golang-go

- name: Go version
run: go version
Expand Down

0 comments on commit 0f86d43

Please sign in to comment.