Skip to content

Commit

Permalink
✨ Bump go
Browse files Browse the repository at this point in the history
  • Loading branch information
ElementTech committed May 3, 2024
1 parent 8f957f0 commit 0c78eab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '^1.20.0'
go-version: '^1.22.1'
-
name: Set up QEMU
uses: docker/setup-qemu-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

- uses: actions/setup-go@v4
with:
go-version: '1.20.4'
go-version: '1.22.1'

- name: go get
run: go get ./...
Expand Down
2 changes: 1 addition & 1 deletion example/scheduler-config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: kubescheduler.config.k8s.io/v1beta3
apiVersion: kubescheduler.config.k8s.io/v1
kind: KubeSchedulerConfiguration
leaderElection:
leaderElect: false
Expand Down

0 comments on commit 0c78eab

Please sign in to comment.