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 56715e4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- id: govulncheck
uses: golang/govulncheck-action@v1
with:
go-version-input: 1.22.11
go-version-input: 1.23.6
go-package: ./...
cache: true

Expand All @@ -28,15 +28,15 @@ 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
uses: golangci/golangci-lint-action@v6
with:
# Require: The version of golangci-lint to use.
# When `install-mode` is `binary` (default) the value can be v1.2 or v1.2.3 or `latest` to use the latest version.
# When `install-mode` is `goinstall` the value can be v1.2.3, `latest`, or the hash of a commit.
version: v1.54
version: v1.60
args: --timeout=5m --allow-parallel-runners

build:
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 56715e4

Please sign in to comment.