We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85190d1 commit f86c04fCopy full SHA for f86c04f
.changes/unreleased/Fixed-20241022-104659.yaml
@@ -0,0 +1,3 @@
1
+kind: Fixed
2
+body: Use go version from go mod for tests
3
+time: 2024-10-22T10:46:59.499310463+02:00
.github/workflows/tests.yml
@@ -9,10 +9,10 @@ jobs:
9
steps:
10
- uses: actions/checkout@v4
11
12
- - name: Set up Go 1.20
+ - name: Set up Go
13
uses: actions/setup-go@v5
14
with:
15
- go-version: "1.20"
+ go-version-file: go.mod
16
17
- name: golangci-lint
18
continue-on-error: true
0 commit comments