bump actions/setup-go to v5 and go-version to 1.22.3

Signed-off-by: Avi Deitcher <avi@deitcher.net>
This commit is contained in:
Avi Deitcher
2024-06-11 15:15:31 +03:00
parent 9e06024567
commit 4c3d189a1a
3 changed files with 11 additions and 11 deletions

View File

@@ -9,10 +9,10 @@ jobs:
if: github.ref_type == 'tag' && startsWith(github.ref, 'refs/tags/pkg-v')
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.21
uses: actions/setup-go@v3
- name: Set up Go 1.22
uses: actions/setup-go@v5
with:
go-version: 1.21.5
go-version: 1.22.3
id: go
- name: Check out code
uses: actions/checkout@v4