Skip to content

Commit

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

chore(deps): bump actions/setup-go from 1 to 4
  • Loading branch information
sebastianwebber authored Sep 29, 2023
2 parents 739abb7 + c638c5b commit 50e9eee
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.20"
- "1.21"
steps:
- uses: actions/setup-go@v1
- uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}
- uses: actions/checkout@v4
Expand All @@ -29,7 +29,7 @@ jobs:
- "1.20"
- "1.21"
steps:
- uses: actions/setup-go@v1
- uses: actions/setup-go@v4
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@v2
uses: actions/setup-go@v4
with:
go-version: 1.21

Expand Down

0 comments on commit 50e9eee

Please sign in to comment.