File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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 
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 : | 
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 :
Original file line number Diff line number Diff line change 11---
2- image : golang:1.22  
2+ image : golang:1.24.2  
33
44stages :
55 - test 
Original file line number Diff line number Diff line change 11module  github.com/xorcare/testing-go-code-with-postgres 
22
3- go  1.22.0  
3+ go  1.24.2  
44
55require  (
66github.com/golang-migrate/migrate/v4  v4.18.2 
                         You can’t perform that action at this time. 
           
                  
0 commit comments