Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.22.1
go-version: 1.23.3
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v4
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release-sandbox.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
# This action is used to validate the release process
# by building assets before a release.
name: Build Release Assets
Expand Down Expand Up @@ -25,7 +26,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22.1
go-version: 1.23.3
id: go
- name: Install GoReleaser
uses: goreleaser/goreleaser-action@v4
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: Publish Release Assets
on:
workflow_dispatch: null
Expand Down Expand Up @@ -25,7 +26,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22.1
go-version: 1.23.3
id: go
- name: Install GoReleaser
uses: goreleaser/goreleaser-action@v4
Expand Down
Loading