Skip to content

Commit

Permalink
build: update go to 1.23 (#402)
Browse files Browse the repository at this point in the history
  • Loading branch information
shino authored Sep 25, 2024
1 parent dbdd7b4 commit 368d390
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
with:
go-version-file: go.mod
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v6
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/go-cve-dictionary

go 1.20
go 1.23

require (
github.com/PuerkitoBio/goquery v1.9.2
Expand Down

0 comments on commit 368d390

Please sign in to comment.