aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorJeff Halter <868228+jhalter@users.noreply.github.com>2025-11-20 19:53:59 -0800
committerJeff Halter <868228+jhalter@users.noreply.github.com>2025-11-20 19:53:59 -0800
commit86a783dd2288545211ec5ebf7481c662a6dc68e4 (patch)
tree1771bb1e69358a180fe68170922eca2d6dd41e68 /.github/workflows
parent1b2df8a630bfc83304ef90610bdf7ebe91d4e555 (diff)
Bump go version to 1.25.4
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/go.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index 3357c19..e155842 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -19,7 +19,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
- go-version: '1.23.3'
+ go-version: '1.25.4'
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
with: