Skip to content

Commit

Permalink
Use specific go version
Browse files Browse the repository at this point in the history
  • Loading branch information
adejanovski committed Apr 18, 2024
1 parent e576484 commit 38f8f7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_build_image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
go-version: '1.22.2'
cache: true
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
Expand Down

0 comments on commit 38f8f7c

Please sign in to comment.