Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/container-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
if: matrix.os == 'ubuntu-20.04'
run: ./.github/workflows/linux-setup.sh

- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
with:
go-version: 1.*

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
with:
go-version: '1.17'
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/master-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Install build tools
run: ./.github/workflows/linux-build-setup.sh

- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
with:
go-version: 1.*

Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
with:
# We need to get all branches and tags for git describe to work properly
fetch-depth: 0
- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
with:
go-version: 1.*

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Install build tools
run: ./.github/workflows/linux-build-setup.sh

- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
with:
go-version: 1.*

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
# if: matrix.os == 'macos-latest'
# run: ./.github/workflows/macos-setup.sh

- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
if: matrix.os == 'ubuntu-20.04'
with:
go-version: 1.*
Expand Down