File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 - name : Set up Go
1616 uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
1717 with :
18- go-version : ' 1.26.2 '
18+ go-version : ' 1.26.3 '
1919 cache-dependency-path : go.sum
2020
2121 - name : Run tests with coverage
6161 - name : Set up Go
6262 uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
6363 with :
64- go-version : ' 1.26.2 '
64+ go-version : ' 1.26.3 '
6565 cache-dependency-path : go.sum
6666
6767 - name : Run go vet
7676 - name : Set up Go
7777 uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
7878 with :
79- go-version : ' 1.26.2 '
79+ go-version : ' 1.26.3 '
8080 cache-dependency-path : go.sum
8181
8282 - name : Install golangci-lint
9696 - name : Set up Go
9797 uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
9898 with :
99- go-version : ' 1.26.2 '
99+ go-version : ' 1.26.3 '
100100 cache-dependency-path : go.sum
101101
102102 - name : Run go mod tidy
You can’t perform that action at this time.
0 commit comments