Skip to content

Commit

Permalink
Merge pull request #298 from lxc/dependabot/github_actions/actions/se…
Browse files Browse the repository at this point in the history
…tup-go-5

build(deps): bump actions/setup-go from 4 to 5
  • Loading branch information
stgraber committed Dec 11, 2023
2 parents 4c3981e + e8c3232 commit 8b2a717
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
if: github.event_name == 'pull_request'

- name: Install Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 1.20.x

Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Go (stable)
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
if: matrix.go != 'tip'
Expand Down Expand Up @@ -338,7 +338,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}

Expand Down Expand Up @@ -398,7 +398,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 1.20.x

Expand Down

0 comments on commit 8b2a717

Please sign in to comment.