Skip to content

Commit 0ed7f93

Browse files
committed
Bump go from 1.24.2 to 1.26.1
1 parent 31da483 commit 0ed7f93

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/go.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Go
1515
uses: actions/setup-go@v6
1616
with:
17-
go-version: 1.24.2
17+
go-version: 1.26.1
1818

1919
- name: Check that all packages are compiling
2020
run: make build
@@ -47,7 +47,7 @@ jobs:
4747
- name: Set up Go
4848
uses: actions/setup-go@v6
4949
with:
50-
go-version: 1.24.2
50+
go-version: 1.26.1
5151

5252
- name: Check actuality of go.mod and go.sum
5353
run: |
@@ -69,8 +69,8 @@ jobs:
6969
- uses: actions/checkout@v6
7070
- uses: actions/setup-go@v6
7171
with:
72-
go-version: 1.24.2
72+
go-version: 1.26.1
7373
- name: golangci-lint
7474
uses: golangci/golangci-lint-action@v9
7575
with:
76-
version: v2.1.5
76+
version: v2.11.4

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/xorcare/testing-go-code-with-postgres
22

3-
go 1.24.2
3+
go 1.26.1
44

55
require (
66
github.com/golang-migrate/migrate/v4 v4.19.1

0 commit comments

Comments
 (0)