.github: bump setup-go version from v3 to v4

This commit is contained in:
Anna Shaleva 2023-03-31 10:14:48 +03:00
parent 110356857d
commit 3f6a88c239
2 changed files with 5 additions and 5 deletions

View file

@ -53,7 +53,7 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v3 uses: actions/setup-go@v4
with: with:
go-version: '1.20' go-version: '1.20'
cache: true cache: true
@ -133,7 +133,7 @@ jobs:
# For proper `deps` make target execution. # For proper `deps` make target execution.
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v3 uses: actions/setup-go@v4
with: with:
go-version: '1.20' go-version: '1.20'
cache: true cache: true

View file

@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/setup-go@v3 - uses: actions/setup-go@v4
with: with:
go-version: '1.20' go-version: '1.20'
- uses: actions/checkout@v3 - uses: actions/checkout@v3
@ -101,7 +101,7 @@ jobs:
git submodule update --init git submodule update --init
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v3 uses: actions/setup-go@v4
with: with:
go-version: '1.20' go-version: '1.20'
cache: true cache: true
@ -146,7 +146,7 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v3 uses: actions/setup-go@v4
with: with:
go-version: '${{ matrix.go_versions }}' go-version: '${{ matrix.go_versions }}'
cache: true cache: true