Skip to content

Commit

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

Expand Down
1 change: 0 additions & 1 deletion .golangci.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
run:
timeout: 5m
go: 1.18

# all available settings of specific linters
linters-settings:
Expand Down

0 comments on commit 900ba00

Please sign in to comment.