Skip to content

Commit

Permalink
Update Go and golangci-lint version
Browse files Browse the repository at this point in the history
  • Loading branch information
KforG committed Mar 1, 2024
1 parent 27859cb commit 098f801
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: '1.17.0' # The Go version to download (if necessary) and use.
go-version: '1.22.0' # The Go version to download (if necessary) and use.

# Install all the dependencies
- name: Install dependencies
Expand All @@ -29,7 +29,7 @@ jobs:
uses: golangci/golangci-lint-action@v2
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.43.0
version: v1.56.2
# Run build of the application
- name: Run build
run: go build .
Expand Down

0 comments on commit 098f801

Please sign in to comment.