Skip to content

Commit e3bb2d3

Browse files
committed
upgrade go
1 parent da34f73 commit e3bb2d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Lint
2525
uses: golangci/golangci-lint-action@v4
2626
with:
27-
version: 'v1.51'
27+
version: 'v1.51.2'
2828
build-and-test:
2929
name: Test and Build
3030
strategy:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ help: ## Show this help.
3535
all: gen fmt lint test coverage ## format and test everything
3636

3737
bin/golangci-lint: go.mod go.sum
38-
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ./bin v1.48.0
38+
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ./bin v1.51.2
3939

4040
bin/gotestsum: go.mod go.sum
4141
@mkdir -p bin/

0 commit comments

Comments
 (0)