diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a43e6a1..a3d3a2a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ on: branches: ["main"] env: - GO_VERSION: "1.24.5" + GO_VERSION: "1.24.6" jobs: check: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 02c2599..e5b5620 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,7 +5,7 @@ on: types: [published] env: - GO_VERSION: "1.24.5" + GO_VERSION: "1.24.6" jobs: release: diff --git a/go.mod b/go.mod index 8842a45..7fd11a0 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/ryanfowler/fetch -go 1.24.5 +go 1.24.6 require ( golang.org/x/image v0.29.0