Skip to content

Commit

Permalink
Fix: Change the version of go in workflow file
Browse files Browse the repository at this point in the history
- Change go and golangci version in unit-test workflow

Signed-off-by: Chaitanyareddy0702 <[email protected]>
Signed-off-by: GW Cloud Common Services <[email protected]>
  • Loading branch information
Chaitanyareddy0702 authored and GW Cloud Common Services committed Jul 10, 2024
1 parent 737b484 commit a9739d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ on:

env:
# Common versions
GO_VERSION: '1.19'
GOLANGCI_VERSION: 'v1.49'
GO_VERSION: '1.22'
GOLANGCI_VERSION: 'v1.59'
KIND_VERSION: 'v0.7.0'

jobs:
Expand Down

0 comments on commit a9739d2

Please sign in to comment.