File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -48,12 +48,12 @@ jobs:
48
48
- name : Set up Go
49
49
uses : actions/setup-go@v3
50
50
with :
51
- go-version : 1.17
51
+ go-version : 1.19
52
52
53
53
- name : Checkout code
54
54
uses : actions/checkout@v3
55
55
56
56
- name : Lint
57
57
uses : golangci/golangci-lint-action@v3
58
58
with :
59
- version : v1.45.2
59
+ version : v1.49
Original file line number Diff line number Diff line change 16
16
17
17
# Dependency versions
18
18
GOTESTSUM_VERSION = 1.8.0
19
- GOLANGCI_VERSION = 1.45.2
19
+ GOLANGCI_VERSION = 1.49.0
20
20
21
21
# Add the ability to override some variables
22
22
# Use with care
@@ -48,7 +48,7 @@ bin/golangci-lint: bin/golangci-lint-${GOLANGCI_VERSION}
48
48
@ln -sf golangci-lint-${GOLANGCI_VERSION} bin/golangci-lint
49
49
bin/golangci-lint-${GOLANGCI_VERSION} :
50
50
@mkdir -p bin
51
- curl -sfL https://install.goreleaser .com/github.com/ golangci/golangci-lint.sh | bash -s -- -b ./bin/ v${GOLANGCI_VERSION}
51
+ curl -sfL https://raw.githubusercontent .com/golangci/golangci-lint/master/install .sh | bash -s -- -b ./bin/ v${GOLANGCI_VERSION}
52
52
@mv bin/golangci-lint " $@ "
53
53
54
54
.PHONY : lint
You can’t perform that action at this time.
0 commit comments