Skip to content

Commit 93ee4a6

Browse files
committed
Bump go from 1.22.0 to 1.24.2
1 parent ca2c3c4 commit 93ee4a6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/go.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Go
1515
uses: actions/setup-go@v5
1616
with:
17-
go-version: 1.22.0
17+
go-version: 1.24.2
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@v5
4949
with:
50-
go-version: 1.22.0
50+
go-version: 1.24.2
5151

5252
- name: Check actuality of go.mod and go.sum
5353
run: |
@@ -69,7 +69,7 @@ jobs:
6969
- uses: actions/checkout@v4
7070
- uses: actions/setup-go@v5
7171
with:
72-
go-version: 1.24.1
72+
go-version: 1.24.2
7373
- name: golangci-lint
7474
uses: golangci/golangci-lint-action@v7
7575
with:

.gitlab-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
image: golang:1.22
2+
image: golang:1.24.2
33

44
stages:
55
- test

go.mod

+1-1
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.22.0
3+
go 1.24.2
44

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

0 commit comments

Comments
 (0)