From 2581343b6b641aa917174ad5ce442265af8c7ea9 Mon Sep 17 00:00:00 2001 From: Justin Hawkins Date: Wed, 18 Jun 2025 12:39:08 +0200 Subject: [PATCH] Bump go version --- .gitea/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index c494ed3..7dd0cb9 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-go@v4 with: - go-version: '1.24.0' # The Go version to download (if necessary) and use. + go-version: '1.24.4' # The Go version to download (if necessary) and use. - uses: https://gitea.com/actions/go-hashfiles@v0.0.1 id: hash-go with: @@ -50,7 +50,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-go@v4 with: - go-version: '1.24.0' # The Go version to download (if necessary) and use. + go-version: '1.24.4' # The Go version to download (if necessary) and use. - uses: https://gitea.com/actions/go-hashfiles@v0.0.1 id: hash-go with: