Skip to content

Commit

Permalink
Update go.yml to use go 1.23 (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
adjackura authored Nov 18, 2024
1 parent de1c305 commit 31af010
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 @@ -21,7 +21,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.22.x
go-version: 1.23.x

- name: Format
run: |
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19.x
go-version: 1.23.x

- name: Vet
run: go vet ./...
Expand Down

0 comments on commit 31af010

Please sign in to comment.