Skip to content

Commit

Permalink
chore(deps): update dependency golang-version to v1.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 20, 2024
1 parent 40b9c1b commit 380187d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.22.4
go-version: 1.23.0

- run: make -C e2e_test cluster

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.21.7
go-version: 1.23.0
cache: false # by golangci-lint-action
- uses: golangci/golangci-lint-action@v6
with:
Expand All @@ -36,7 +36,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.21.7
go-version: 1.23.0
- run: go mod tidy
- run: make fmt
- run: make generate manifests
Expand All @@ -49,5 +49,5 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.21.7
go-version: 1.23.0
- run: make test

0 comments on commit 380187d

Please sign in to comment.