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 4834b7d commit ce8a34dCopy full SHA for ce8a34d
.github/workflows/build-image.yml
@@ -58,7 +58,7 @@ jobs:
58
path: api/ui/build
59
60
- name: Set up Go
61
- uses: actions/setup-go@v5
+ uses: actions/setup-go@v6
62
with:
63
go-version: 1.22
64
.github/workflows/build-rolling-image.yml
@@ -57,7 +57,7 @@ jobs:
57
.github/workflows/go.yml
@@ -40,7 +40,7 @@ jobs:
40
run: echo ::set-output name=tag::$(echo ${GITHUB_SHA:8})
41
42
43
- uses: actions/setup-go@v2
44
45
go-version: ${{ matrix.go-version }}
46
0 commit comments