Merge pull request #112 from onedr0p/renovate/actions-setup-go-4.x

chore(deps): update actions/setup-go action to v4
This commit is contained in:
Russell Troxel 2023-03-15 13:23:24 -07:00 committed by GitHub
commit 9237ee5d7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: ">=1.19"

View File

@ -59,7 +59,7 @@ jobs:
uses: actions/checkout@v3
- name: Install Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: 1.18