diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 163fa7b..4a5cb57 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -45,9 +45,9 @@ jobs: fetch-depth: 0 - name: Setup Go - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: - go-version: stable + go-version-file: go.mod cache: true - name: Login to ghcr.io diff --git a/go.mod b/go.mod index db2ad11..9163775 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,5 @@ module go.githedgehog.com/toolbox -go 1.24.4 +go 1.26 require github.com/go-chi/chi/v5 v5.2.5