Skip to content

Commit 9791986

Browse files
updateclibot[bot]updatecli
andauthored
chore: deps(github-action): Bump Golang version to 1.23.3 (#129)
Made with ❤️️ by updatecli Co-authored-by: updatecli <bot@updatecli.io>
1 parent c6dd504 commit 9791986

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/go.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Go
2020
uses: actions/setup-go@v5
2121
with:
22-
go-version: 1.22.1
22+
go-version: 1.23.3
2323
id: go
2424
- name: Check out code into the Go module directory
2525
uses: actions/checkout@v4

.github/workflows/release-sandbox.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
# This action is used to validate the release process
23
# by building assets before a release.
34
name: Build Release Assets
@@ -25,7 +26,7 @@ jobs:
2526
- name: Set up Go
2627
uses: actions/setup-go@v5
2728
with:
28-
go-version: 1.22.1
29+
go-version: 1.23.3
2930
id: go
3031
- name: Install GoReleaser
3132
uses: goreleaser/goreleaser-action@v4

.github/workflows/release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
name: Publish Release Assets
23
on:
34
workflow_dispatch: null
@@ -25,7 +26,7 @@ jobs:
2526
- name: Set up Go
2627
uses: actions/setup-go@v5
2728
with:
28-
go-version: 1.22.1
29+
go-version: 1.23.3
2930
id: go
3031
- name: Install GoReleaser
3132
uses: goreleaser/goreleaser-action@v4

0 commit comments

Comments
 (0)