Skip to content

Commit 2253e3c

Browse files
authored
fix go version for integration tests (#5882)
Signed-off-by: Friedrich Gonzalez <[email protected]>
1 parent 6bca2d5 commit 2253e3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-build-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
- name: Upgrade golang
143143
uses: actions/setup-go@v2
144144
with:
145-
go-version: 1.21.3
145+
go-version: 1.21.9
146146
- name: Checkout Repo
147147
uses: actions/checkout@v2
148148
- name: Install Docker Client

0 commit comments

Comments
 (0)