Merge pull request #649 from trheyi/main

chore: Update Go setup action to version 5
This commit is contained in:
Max 2024-07-04 12:52:08 +08:00 committed by GitHub
commit dc69a23ae0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -90,7 +90,7 @@ jobs:
uses: actions/checkout@v4
- name: Setup Go ${{ matrix.go }}
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}