diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5a9d2f3..727f212 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ permissions: jobs: ci: name: Continuous Integration - uses: jdfalk/ghcommon/.github/workflows/reusable-ci.yml@bc6380dd1cfb1a3b8eb24c27d6cfe4a887562b5b # main + uses: jdfalk/ghcommon/.github/workflows/reusable-ci.yml@f297c40be781eb288aa902fd87c372c6d72ee911 # main with: go-version: "1.24" secrets: inherit diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e381954..baa17e4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ permissions: jobs: release: name: Build and Release - uses: jdfalk/ghcommon/.github/workflows/reusable-release.yml@bc6380dd1cfb1a3b8eb24c27d6cfe4a887562b5b # main + uses: jdfalk/ghcommon/.github/workflows/reusable-release.yml@f297c40be781eb288aa902fd87c372c6d72ee911 # main with: build-target: "go" go-enabled: true