Skip to content

Commit

Permalink
Restrict go version for operator docker build github workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Wilson <aawilson@nvidia.com>
  • Loading branch information
aaronnw committed Mar 3, 2024
1 parent b6c4b30 commit c580654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_operator.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '>=1.20.0'
go-version: '1.21.0'
- name: Login to DockerHub
uses: docker/login-action@v2
with:
Expand Down

0 comments on commit c580654

Please sign in to comment.