Skip to content

Commit

Permalink
Use the same go version in both build flows
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanCoding committed Apr 8, 2024
1 parent 9f4aa16 commit 800e376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-golang.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.22.1
go-version: 1.22
check-latest: true
cache: true
cache-dependency-path: golang/vaas/go.sum
Expand Down

0 comments on commit 800e376

Please sign in to comment.