We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31da483 commit 81e341cCopy full SHA for 81e341c
2 files changed
.github/workflows/go.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Set up Go
15
uses: actions/setup-go@v6
16
with:
17
- go-version: 1.24.2
+ go-version: 1.26.1
18
19
- name: Check that all packages are compiling
20
run: make build
@@ -47,7 +47,7 @@ jobs:
47
48
49
50
51
52
- name: Check actuality of go.mod and go.sum
53
run: |
@@ -69,7 +69,7 @@ jobs:
69
- uses: actions/checkout@v6
70
- uses: actions/setup-go@v6
71
72
73
- name: golangci-lint
74
uses: golangci/golangci-lint-action@v9
75
go.mod
@@ -1,6 +1,6 @@
1
module github.com/xorcare/testing-go-code-with-postgres
2
3
-go 1.24.2
+go 1.26.1
4
5
require (
6
github.com/golang-migrate/migrate/v4 v4.19.1
0 commit comments