Skip to content

Commit

Permalink
update Go version
Browse files Browse the repository at this point in the history
  • Loading branch information
gregwebs committed Feb 4, 2025
1 parent f78146f commit 9b605e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Golang
uses: actions/setup-go@v4
with:
go-version: '1.22.11'
go-version: '1.23.6'
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
Expand All @@ -51,7 +51,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.22.11'
go-version: '1.23.6'

- name: build and test
shell: bash
Expand Down

0 comments on commit 9b605e7

Please sign in to comment.