Skip to content

Commit

Permalink
downgrade to go1.20 because golangci-lint does not support go1.21, yet
Browse files Browse the repository at this point in the history
  • Loading branch information
nunnatsa committed Dec 10, 2023
1 parent 68080f0 commit 684cedb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sanity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ jobs:
- uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: '1.20'

- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.54.1
version: v1.55.2
skip-go-installation: true
skip-pkg-cache: true
args: --timeout=5m
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/nunnatsa/ginkgolinter

go 1.21
go 1.20

require (
github.com/go-toolsmith/astcopy v1.1.0
Expand Down

0 comments on commit 684cedb

Please sign in to comment.