Skip to content

Commit

Permalink
Merge pull request #36 from helmecke/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-go-5

build(deps): bump actions/setup-go from 4 to 5
  • Loading branch information
helmecke authored Dec 9, 2023
2 parents 7104d3b + e19ed38 commit 2c83307
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: install Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 1.18.x
- name: Lint
Expand All @@ -32,7 +32,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: install Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 1.18.x
- name: Tidy
Expand All @@ -53,7 +53,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: install Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 1.18.x
- name: Test
Expand Down

0 comments on commit 2c83307

Please sign in to comment.