Skip to content

Commit

Permalink
fix: Update golang version to 1.21.x
Browse files Browse the repository at this point in the history
Signed-off-by: onidoru <[email protected]>
Signed-off-by: Nikita Kotikov <[email protected]>
  • Loading branch information
onidoru committed Feb 16, 2024
1 parent b74366d commit cbc0f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verify-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/setup-go@v5
with:
cache: false
go-version: 1.20.x
go-version: 1.21.x
- name: Cache go dependencies
id: cache-go-dependencies
uses: actions/cache@v4
Expand Down

0 comments on commit cbc0f89

Please sign in to comment.