ci: update actions/setup-go action to v4

This commit is contained in:
renovate[bot] 2023-03-16 01:04:57 +00:00 committed by Christian Nicolai
parent 391baa4d06
commit 065c578982
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Set up Go ${{ matrix.go }} - name: Set up Go ${{ matrix.go }}
uses: actions/setup-go@v3 uses: actions/setup-go@v4
with: with:
go-version: ${{ matrix.go }} go-version: ${{ matrix.go }}
- name: Build - name: Build