Update actions/setup-go action to v5 (#679)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-03-01 09:29:28 +01:00
committed by GitHub
parent b063b8bbd0
commit 57b45e8d86

View File

@@ -18,7 +18,7 @@ jobs:
with: with:
files: packages/** files: packages/**
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v4 uses: actions/setup-go@v5
with: with:
go-version: 1.21.1 go-version: 1.21.1
- name: Validate changed packages bump version - name: Validate changed packages bump version