Skip to content

Commit e72ae99

Browse files
authored
Merge pull request #1199 from sudo-bmitch/pr-golangci-1.23
Update linter and Go releases
2 parents 3c3d717 + 1d3daab commit e72ae99

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/docs-and-linting.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
strategy:
1111
matrix:
1212
# current Go releases plus the version in the go.mod are tested
13-
go: ['1.18', '1.21', '1.22']
13+
go: ['1.18', '1.22', '1.23']
1414

1515
env:
16-
RELEASE_GO_VER: "1.22"
16+
RELEASE_GO_VER: "1.23"
1717

1818
name: Documentation and Linting
1919
steps:

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ install.tools: $(TOOLS:%=.install.%)
123123
go1.18.*) go install github.com/golangci/golangci-lint/cmd/[email protected];; \
124124
go1.19.*) go install github.com/golangci/golangci-lint/cmd/[email protected];; \
125125
go1.20.*) go install github.com/golangci/golangci-lint/cmd/[email protected];; \
126+
go1.21.*) go install github.com/golangci/golangci-lint/cmd/[email protected];; \
126127
*) go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest;; \
127128
esac
128129

0 commit comments

Comments
 (0)