Skip to content

Commit

Permalink
fix go version for integration tests (#5882)
Browse files Browse the repository at this point in the history
Signed-off-by: Friedrich Gonzalez <friedrichg@gmail.com>
  • Loading branch information
friedrichg authored Apr 23, 2024
1 parent 6bca2d5 commit 2253e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
- name: Upgrade golang
uses: actions/setup-go@v2
with:
go-version: 1.21.3
go-version: 1.21.9
- name: Checkout Repo
uses: actions/checkout@v2
- name: Install Docker Client
Expand Down

0 comments on commit 2253e3c

Please sign in to comment.