1
0
mirror of https://github.com/xorcare/testing-go-code-with-postgres.git synced 2026-04-24 19:54:26 +02:00

Bump go from 1.24.2 to 1.26.1

This commit is contained in:
Vasiliy Vasilyuk
2026-03-24 19:15:46 +03:00
parent 31da483c86
commit 0ed7f930cd
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -14,7 +14,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version: 1.24.2
go-version: 1.26.1
- name: Check that all packages are compiling
run: make build
@@ -47,7 +47,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version: 1.24.2
go-version: 1.26.1
- name: Check actuality of go.mod and go.sum
run: |
@@ -69,8 +69,8 @@ jobs:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version: 1.24.2
go-version: 1.26.1
- name: golangci-lint
uses: golangci/golangci-lint-action@v9
with:
version: v2.1.5
version: v2.11.4
+1 -1
View File
@@ -1,6 +1,6 @@
module github.com/xorcare/testing-go-code-with-postgres
go 1.24.2
go 1.26.1
require (
github.com/golang-migrate/migrate/v4 v4.19.1