File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1616 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1717 - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
1818 with :
19- go-version : " 1.23 "
19+ go-version : " 1.24 "
2020 - run : make unit-tests
2121 - name : Upload unit-tests coverage to Codecov
2222 uses : codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
3535 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3636 - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
3737 with :
38- go-version : " 1.23 "
38+ go-version : " 1.24 "
3939 - name : golangci-lint
4040 uses : golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6.5.0
4141 with :
Original file line number Diff line number Diff line change 1414 - name : Install Golang
1515 uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
1616 with :
17- go-version : " 1.23 "
17+ go-version : " 1.24 "
1818 - name : govulncheck
1919 uses : golang/govulncheck-action@b625fbe08f3bccbe446d94fbf87fcc875a4f50ee # v1.0.4
2020 with :
Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ jobs:
171171 - name : Install Golang
172172 uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
173173 with :
174- go-version : " 1.23 "
174+ go-version : " 1.24 "
175175
176176 - name : Checkout code
177177 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
You can’t perform that action at this time.
0 commit comments