You've already forked testing-go-code-with-postgres
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user