Skip to content

Commit

Permalink
Bump golangci version
Browse files Browse the repository at this point in the history
Signed-off-by: Pavol Loffay <[email protected]>
  • Loading branch information
pavolloffay committed Apr 7, 2022
1 parent 900ba00 commit 578db6c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,15 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
# TODO switch to Golang 1.18 once https://github.com/golangci/golangci-lint/issues/2649 is fixed
go-version: 1.17
go-version: 1.18
- name: Check out code into the Go module directory
uses: actions/checkout@v3

- name: Lint
uses: golangci/golangci-lint-action@v3
with:
args: -v
version: v1.44
version: v1.45

security:
name: Security
Expand Down

0 comments on commit 578db6c

Please sign in to comment.