Skip to content

Commit

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

chore(deps): bump actions/setup-go from 4 to 5
  • Loading branch information
sebastianwebber authored Mar 19, 2024
2 parents 65c55b4 + d380377 commit 4f184d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cover.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- "1.22"
- "1.21"
steps:
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
- uses: actions/checkout@v4
Expand All @@ -29,7 +29,7 @@ jobs:
- "1.22"
- "1.21"
steps:
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 1.22

Expand Down

0 comments on commit 4f184d7

Please sign in to comment.