diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 28c7255..6987abb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ on: branches: ["main"] env: - GO_VERSION: "1.25.6" + GO_VERSION: "1.25.7" jobs: check: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b98bd04..5298e8f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,7 +5,7 @@ on: types: [published] env: - GO_VERSION: "1.25.6" + GO_VERSION: "1.25.7" jobs: release: diff --git a/go.mod b/go.mod index c001a35..2bfc462 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/ryanfowler/fetch -go 1.25.6 +go 1.25.7 require ( github.com/klauspost/compress v1.18.3