File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 14
14
- name : Set up Go
15
15
uses : actions/setup-go@v5
16
16
with :
17
- go-version : 1.22.0
17
+ go-version : 1.24.2
18
18
19
19
- name : Check that all packages are compiling
20
20
run : make build
47
47
- name : Set up Go
48
48
uses : actions/setup-go@v5
49
49
with :
50
- go-version : 1.22.0
50
+ go-version : 1.24.2
51
51
52
52
- name : Check actuality of go.mod and go.sum
53
53
run : |
69
69
- uses : actions/checkout@v4
70
70
- uses : actions/setup-go@v5
71
71
with :
72
- go-version : 1.24.1
72
+ go-version : 1.24.2
73
73
- name : golangci-lint
74
74
uses : golangci/golangci-lint-action@v7
75
75
with :
Original file line number Diff line number Diff line change 1
1
---
2
- image : golang:1.22
2
+ image : golang:1.24.2
3
3
4
4
stages :
5
5
- test
Original file line number Diff line number Diff line change 1
1
module github.com/xorcare/testing-go-code-with-postgres
2
2
3
- go 1.22.0
3
+ go 1.24.2
4
4
5
5
require (
6
6
github.com/golang-migrate/migrate/v4 v4.18.2
You can’t perform that action at this time.
0 commit comments