We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75a3009 commit 8b277c7Copy full SHA for 8b277c7
.github/workflows/pkg-go-build.yaml
@@ -11,7 +11,7 @@ jobs:
11
with:
12
fetch-depth: 0
13
14
- - uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
+ - uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
15
16
go-version: ">=1.22.2"
17
cache-dependency-path: "./pkg/go/go.sum"
@@ -47,7 +47,7 @@ jobs:
47
- name: Set up Docker Buildx
48
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
49
50
51
52
go-version: ${{ matrix.go-version }}
53
0 commit comments