Skip to content

Commit 16e1843

Browse files
committed
switch go version to 1.16
Signed-off-by: Jeeva Kandasamy <jkandasa@gmail.com>
1 parent 67ebbcd commit 16e1843

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish_images.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ jobs:
1919
username: ${{ secrets.QUAY_USERNAME }}
2020
password: ${{ secrets.QUAY_TOKEN }}
2121

22+
- uses: actions/setup-go@v2
23+
with:
24+
go-version: ^1.16
25+
2226
- name: Build container and push
2327
run: |
2428
make generate

0 commit comments

Comments
 (0)