Skip to content

Commit

Permalink
Merge branch 'main' into updatecli_main_db79dc543ab64f6ffe0aaf98b09a3…
Browse files Browse the repository at this point in the history
…3555fa81c93b617ba7ec0ba41f811ad23df
  • Loading branch information
olblak authored Dec 9, 2024
2 parents 9399a56 + 18f0bbf commit 2e9e46d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.23.3
go-version: 1.23.4
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-sandbox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.23.3
go-version: 1.23.4
id: go
- name: Install GoReleaser
uses: goreleaser/goreleaser-action@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.23.3
go-version: 1.23.4
id: go
- name: Install GoReleaser
uses: goreleaser/goreleaser-action@v4
Expand Down

0 comments on commit 2e9e46d

Please sign in to comment.