1
0
mirror of https://github.com/xorcare/testing-go-code-with-postgres.git synced 2025-06-30 23:23:40 +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:

View File

@ -1,5 +1,5 @@
---
image: golang:1.22
image: golang:1.24.2
stages:
- test

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/xorcare/testing-go-code-with-postgres
go 1.22.0
go 1.24.2
require (
github.com/golang-migrate/migrate/v4 v4.18.2