File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 - name : Set up Go
3636 uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
3737 with :
38- go-version : 1.25.0
38+ go-version : 1.26.2
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@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
5656 with :
57- go-version : 1.25.0
57+ go-version : 1.26.2
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@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
4646 with :
47- go-version : 1.25.0
47+ go-version : 1.26.2
4848 - name : Initialize CodeQL
4949 uses : github/codeql-action/init@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4.33.0
5050 with :
You can’t perform that action at this time.
0 commit comments