From 6df4bd3c937fc56eab735471775fc1b7d9b8939f Mon Sep 17 00:00:00 2001 From: Cameron Garrison Date: Fri, 7 Jun 2024 16:51:11 -0400 Subject: [PATCH] Update push-image.yml --- .github/workflows/push-image.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/push-image.yml b/.github/workflows/push-image.yml index 8a3f7f9..7a998b9 100644 --- a/.github/workflows/push-image.yml +++ b/.github/workflows/push-image.yml @@ -18,7 +18,7 @@ jobs: username: ${{ secrets.QUAY_USERNAME }} password: ${{ secrets.QUAY_ROBOT_TOKEN }} - uses: actions/checkout@v4 - - uses: actions/setup-go@v4 + - uses: actions/setup-go@v5 with: - go-version: 1.20.x - - run: make image \ No newline at end of file + go-version: '1.20' + - run: make image