github: upgrade to actions/setup-go@v4

This commit is contained in:
c9s 2023-12-11 22:06:48 +08:00
parent f39474f9f5
commit 15fa83268b
No known key found for this signature in database
GPG Key ID: 7385E7E464CB0A54

View File

@ -52,7 +52,7 @@ jobs:
# auto-start: "false"
- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}