Skip to content

Commit

Permalink
bump go version on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jkhelil committed Oct 27, 2023
1 parent dd4fdf6 commit f0fa18f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
uses: golangci/golangci-lint-action@v2
with:
args: --timeout=10m
skip-pkg-cache: true
e2e:
strategy:
fail-fast: false
Expand All @@ -62,7 +63,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 1.19.x
go-version: 1.21.x
cache: true
check-latest: true
- name: Install kubectl
Expand Down

0 comments on commit f0fa18f

Please sign in to comment.