Skip to content

Commit

Permalink
Update github actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulosjca committed Jun 23, 2024
1 parent cc442a6 commit 57e8da7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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
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 57e8da7

Please sign in to comment.