Skip to content

Commit

Permalink
bump go version for vulnerability scanning
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Weber authored and gregwebs committed Jun 18, 2024
1 parent 60a4ba7 commit 4c46b53
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ jobs:
- name: Golang
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.21.9'
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
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.53
version: v1.59.1
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.20'
go-version: '1.21.9'

- name: build and test
shell: bash
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module github.com/gregwebs/errcode

go 1.18
go 1.21.9

require github.com/gregwebs/errors v1.0.0
require github.com/gregwebs/errors v1.0.0

0 comments on commit 4c46b53

Please sign in to comment.