Skip to content

Commit

Permalink
Merge pull request #736 from cloudflare/govulncheck
Browse files Browse the repository at this point in the history
Add go-version-file to golang/govulncheck-action
  • Loading branch information
prymitive authored Oct 6, 2023
2 parents ffd5f03 + 5ecd0fe commit 8d4c185
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ jobs:

- id: govulncheck
uses: golang/govulncheck-action@v1
with:
go-version-file: go.mod
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21.1-alpine
FROM golang:1.21.2-alpine
COPY . /src
WORKDIR /src
RUN apk add make git
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/cloudflare/pint

go 1.21.1
go 1.21.2

require (
github.com/cespare/xxhash/v2 v2.2.0
Expand Down
2 changes: 1 addition & 1 deletion tools/gofumpt/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module _

go 1.21.1
go 1.21.2

require mvdan.cc/gofumpt v0.5.0

Expand Down
2 changes: 1 addition & 1 deletion tools/goimports/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module _

go 1.21.1
go 1.21.2

require golang.org/x/tools v0.13.0

Expand Down
2 changes: 1 addition & 1 deletion tools/golangci-lint/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module _

go 1.21.1
go 1.21.2

require github.com/golangci/golangci-lint v1.54.2

Expand Down

0 comments on commit 8d4c185

Please sign in to comment.