File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 - name : Set up Go
1515 uses : actions/setup-go@v6
1616 with :
17- go-version : 1.24.2
17+ go-version : 1.26.1
1818
1919 - name : Check that all packages are compiling
2020 run : make build
4747 - name : Set up Go
4848 uses : actions/setup-go@v6
4949 with :
50- go-version : 1.24.2
50+ go-version : 1.26.1
5151
5252 - name : Check actuality of go.mod and go.sum
5353 run : |
6969 - uses : actions/checkout@v6
7070 - uses : actions/setup-go@v6
7171 with :
72- go-version : 1.24.2
72+ go-version : 1.26.1
7373 - name : golangci-lint
7474 uses : golangci/golangci-lint-action@v9
7575 with :
76- version : v2.1.5
76+ version : v2.11.4
Original file line number Diff line number Diff line change 11module github.com/xorcare/testing-go-code-with-postgres
22
3- go 1.24.2
3+ go 1.26.1
44
55require (
66 github.com/golang-migrate/migrate/v4 v4.19.1
You can’t perform that action at this time.
0 commit comments