Skip to content

Commit 65f3f92

Browse files
author
Tabea Rieth
authored
chore(dep): update go to 1.21 (#380)
* chore(dep): update linter in ci * chore(dep): update linter in ci * chore(dep): switch static checks to go 1.21 * chore(dep): add reason comment * chore(dep): update go to 1.21
1 parent f9ef815 commit 65f3f92

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ jobs:
2525
- name: golangci-lint
2626
uses: golangci/golangci-lint-action@v3
2727
with:
28-
version: v1.51
28+
version: v1.55
2929
only-new-issues: true

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- name: Setup Go
6666
uses: actions/setup-go@v5
6767
with:
68-
go-version: 1.x
68+
go-version: 1.21 # fails with 1.22 due to https://github.com/vektra/mockery/issues/752
6969
check-latest: true
7070
- name: Go Vet
7171
run: go vet ./...

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module flamingo.me/flamingo/v3
22

3-
go 1.20
3+
go 1.21
44

55
require (
66
contrib.go.opencensus.io/exporter/jaeger v0.2.1

0 commit comments

Comments
 (0)