1
0
mirror of https://github.com/xorcare/testing-go-code-with-postgres.git synced 2025-07-03 23:30:31 +02:00

Bump go from 1.22.0 to 1.24.2

This commit is contained in:
Vasiliy Vasilyuk
2025-04-30 10:31:00 +03:00
parent ca2c3c4433
commit d0e4af0d80
3 changed files with 5 additions and 5 deletions

View File

@ -14,7 +14,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22.0
go-version: 1.24.2
- name: Check that all packages are compiling
run: make build
@ -47,7 +47,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22.0
go-version: 1.24.2
- name: Check actuality of go.mod and go.sum
run: |
@ -69,7 +69,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.24.1
go-version: 1.24.2
- name: golangci-lint
uses: golangci/golangci-lint-action@v7
with: