commit 6cb6ee62da2c019ab2150f5571a13686869419dc
parent 1689a16f0c90a723a6ae4762d67ad7092e630a96
Author: Sean Enck <sean@ttypty.com>
Date: Wed, 12 Feb 2025 18:07:07 -0500
new go version
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
@@ -33,6 +33,6 @@ jobs:
- uses: extractions/setup-just@v2
- uses: actions/setup-go@v5
with:
- go-version: 1.23
+ go-version: 1.24
- name: "build"
run: just version=${GITHUB_SHA} check
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-go@v5
with:
- go-version: 1.23
+ go-version: 1.24
- name: run
uses: goreleaser/goreleaser-action@v6
with: