Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kacpersaw committed Mar 30, 2023
1 parent fc7138b commit aef530b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: CI

env:
go-version: '1.18.5'
go-version: '1.20'

# Trigger the workflow on all pull requests, and on push to specific branches
on:
Expand Down Expand Up @@ -42,7 +42,7 @@ 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: latest
version: v1.52.2
only-new-issues: true
args: --timeout=3m

Expand Down

0 comments on commit aef530b

Please sign in to comment.