diff options
| author | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2024-11-24 18:04:20 -0800 |
|---|---|---|
| committer | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2024-11-24 18:04:20 -0800 |
| commit | fe1cce153b572ba215318c6ccd349cde3d7b7619 (patch) | |
| tree | 7f5106d190362450be270c4dd901169e760d9490 /.github/workflows/go.yml | |
| parent | 335f5eb5851db549f7654852296a48b2137f248f (diff) | |
Bump Go and dependency versions to latest
Diffstat (limited to '.github/workflows/go.yml')
| -rw-r--r-- | .github/workflows/go.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 7f2c24b..3357c19 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -19,7 +19,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: '1.22.4' + go-version: '1.23.3' - name: Run GoReleaser uses: goreleaser/goreleaser-action@v5 with: |