Skip to content

Commit 1999f80

Browse files
authored
Update build-&-publish-docker-image.yml
1 parent 9df7072 commit 1999f80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-&-publish-docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
# - name: Setup go
4646
# uses: actions/setup-go@v4
4747
# with:
48-
# go-version: ^1.21 # The Go version to download (if necessary) and use.
48+
# go-version: ^1.22 # The Go version to download (if necessary) and use.
4949

5050
- name: Clone blobber
5151
uses: actions/checkout@v3
@@ -121,7 +121,7 @@ jobs:
121121
# - name: Setup go
122122
# uses: actions/setup-go@v4
123123
# with:
124-
# go-version: ^1.21 # The Go version to download (if necessary) and use.
124+
# go-version: ^1.22 # The Go version to download (if necessary) and use.
125125

126126
- name: Login to Docker Hub
127127
uses: docker/login-action@v1

0 commit comments

Comments
 (0)