Skip to content

Commit

Permalink
Update workflow Go version
Browse files Browse the repository at this point in the history
  • Loading branch information
jpahm authored Aug 22, 2024
1 parent fc53624 commit c2c45c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.23'

- name: Setup
run: make setup
Expand All @@ -43,7 +43,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.23'

- name: Check & Build
run: .\build.bat

0 comments on commit c2c45c0

Please sign in to comment.