Skip to content

Commit

Permalink
build: update go to 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
shino committed Sep 25, 2024
1 parent 6e609d5 commit a0198e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
uses: golangci/golangci-lint-action@v3
with:
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
version: v1.54
version: v1.61
args: --timeout=10m

# Optional: working directory, useful for monorepos
# working-directory: somedir

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/vulsio/goval-dictionary

go 1.20
go 1.23

require (
github.com/cheggaaa/pb/v3 v3.1.5
Expand Down

0 comments on commit a0198e1

Please sign in to comment.