File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3535 - name : Set up Go
3636 uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
3737 with :
38- go-version : 1.25 .0
38+ go-version : 1.26 .0
3939 - name : Get google/go-licenses package
4040 run : go install github.com/google/go-licenses@v1.6.0
4141 - name : Check the licenses
5454 - name : Set up Go
5555 uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
5656 with :
57- go-version : 1.25 .0
57+ go-version : 1.26 .0
5858 - name : Execute tests
5959 run : |
6060 go test -v -gcflags=all=-l -cover ./... -coverprofile coverage.out -coverpkg ./...
Original file line number Diff line number Diff line change 4444 - name : Set up Go
4545 uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
4646 with :
47- go-version : 1.25 .0
47+ go-version : 1.26 .0
4848 - name : Initialize CodeQL
4949 uses : github/codeql-action/init@b20883b0cd1f46c72ae0ba6d1090936928f9fa30 # v4.32.0
5050 with :
You can’t perform that action at this time.
0 commit comments