Merge branch 'master' into dependabot/github_actions/actions/checkout-4

This commit is contained in:
Jakub Sobon 2024-01-29 15:02:35 -05:00 committed by GitHub
commit 3569f48f38
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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