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 17, 2025
1 parent 6d50b2e commit 32a73bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: setup
uses: actions/setup-go@v4
with:
go-version: '>=1.23.2'
go-version: '>=1.23.6'
cache: false
check-latest: true

Expand Down Expand Up @@ -63,6 +63,6 @@ jobs:
- id: govulncheck
uses: golang/govulncheck-action@v1
with:
go-version-input: 1.23.2
go-version-input: 1.23.6
go-package: ./...
cache: false
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ require (
github.com/gregwebs/stackfmt v0.1.1 // indirect
)

go 1.23.3
go 1.23.6

0 comments on commit 32a73bd

Please sign in to comment.