Skip to content

Commit

Permalink
Update github actions and go version.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulosjca committed Jul 8, 2024
1 parent cc442a6 commit 7e52ca4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:
steps:

- name: Set up Go 1.x
uses: actions/setup-go@v4
uses: actions/setup-go@v5.0.1
with:
go-version: ^1.17
go-version: ^1.22
id: go

- name: Check out code into the Go module directory
uses: actions/checkout@v3
uses: actions/checkout@v4.1.7

- name: Install kubebuilder
# see kubebuilder book: https://book.kubebuilder.io/quick-start.html
Expand Down

0 comments on commit 7e52ca4

Please sign in to comment.