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: