Skip to content

Commit f86c04f

Browse files
committed
feat: use go mod version for tests
1 parent 85190d1 commit f86c04f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -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

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v4
1111

12-
- name: Set up Go 1.20
12+
- name: Set up Go
1313
uses: actions/setup-go@v5
1414
with:
15-
go-version: "1.20"
15+
go-version-file: go.mod
1616

1717
- name: golangci-lint
1818
continue-on-error: true

0 commit comments

Comments
 (0)