diff options
author | Himbeer <52707839+HimbeerserverDE@users.noreply.github.com> | 2023-11-26 15:53:09 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-26 15:53:09 +0000 |
commit | 510328dd8e2970180d78b3ceb7b292cde384bb87 (patch) | |
tree | 48e5bf371cc261de41f6061ddc162f4c12aa204c /.github | |
parent | 6a25cc6e45c04b31e76e28ecb0a1d574f17389ce (diff) |
build workflow: update go to 1.21.4
Diffstat (limited to '.github')
-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 89b6ebb..c809acd 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -16,7 +16,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v3 with: - go-version: 1.18 + go-version: 1.21.4 - name: Build run: go build -buildmode=plugin -v ./... |