File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 29
29
uses : actions/setup-go@v5
30
30
with :
31
31
check-latest : true
32
- go-version : 1.24.6
32
+ go-version : 1.25.0
33
33
- name : Run golangci-lint
34
34
uses : golangci/golangci-lint-action@v8
35
35
with :
Original file line number Diff line number Diff line change 32
32
uses : actions/setup-go@v5
33
33
with :
34
34
check-latest : true
35
- go-version : 1.24.6
35
+ go-version : 1.25.0
36
36
test :
37
37
name : Test
38
38
needs :
45
45
uses : actions/setup-go@v5
46
46
with :
47
47
check-latest : true
48
- go-version : 1.24.6
48
+ go-version : 1.25.0
49
49
- name : Run tests and generate coverage report
50
50
run : make build/cover.out
Original file line number Diff line number Diff line change 32
32
uses : actions/setup-go@v5
33
33
with :
34
34
check-latest : true
35
- go-version : 1.24.6
35
+ go-version : 1.25.0
36
36
- name : Initialize CodeQL
37
37
uses : github/codeql-action/init@v3
38
38
with :
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ module github.com/sapcc/go-api-declarations
2
2
3
3
go 1.24
4
4
5
- require github.com/majewsky/gg v1.1 .0
5
+ require github.com/majewsky/gg v1.3 .0
Original file line number Diff line number Diff line change 1
- github.com/majewsky/gg v1.1 .0 h1:rvbQAUVJ8Q0RWZF26k3BxQBbQnRj3CdIN+Aaqu1qaJo =
2
- github.com/majewsky/gg v1.1 .0 /go.mod h1:KC7qUlln1VBY90OE0jXMNjXW2b9B4jJ1heYQ08OzeAg =
1
+ github.com/majewsky/gg v1.3 .0 h1:1bBuQ+S1u9wuD8YT2OMdngEUctwv+xx5D6bZTd1lAto =
2
+ github.com/majewsky/gg v1.3 .0 /go.mod h1:KC7qUlln1VBY90OE0jXMNjXW2b9B4jJ1heYQ08OzeAg =
You can’t perform that action at this time.
0 commit comments