diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2dddf5b..28c7255 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ on: branches: ["main"] env: - GO_VERSION: "1.25.5" + GO_VERSION: "1.25.6" jobs: check: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 21e7c79..e7a1408 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,7 +5,7 @@ on: types: [published] env: - GO_VERSION: "1.25.5" + GO_VERSION: "1.25.6" jobs: release: diff --git a/go.mod b/go.mod index 5d871ee..f787692 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/ryanfowler/fetch -go 1.25.5 +go 1.25.6 require ( github.com/klauspost/compress v1.18.2