Skip to content

Commit 44e8f4b

Browse files
authored
Merge pull request #467 from Danil-Grigorev/tools-go-downgrade
🌱 Use 1.21 golang version for tools
2 parents e9a7b30 + 9325d7f commit 44e8f4b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pr-dependabot.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ jobs:
2626
- name: Set up Go
2727
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # tag=v5.0.0
2828
with:
29-
go-version: ${{ steps.vars.outputs.go_version }}
29+
# go-version: ${{ steps.vars.outputs.go_version }} // TODO: we have to use go version consistent with test infra jobs
30+
go-version: '1.21'
3031
- uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # tag=v4.0.1
3132
name: Restore go cache
3233
with:

0 commit comments

Comments
 (0)