Skip to content

Commit

Permalink
Merge pull request #84 from things-go/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/setup-go-5

chore(deps): bump actions/setup-go from 4 to 5
  • Loading branch information
thinkgos authored Dec 7, 2023
2 parents 8fb3d7b + 6095e19 commit 50054a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

steps:
- name: Set up Go ${{ matrix.go-version }}
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
cache: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_review_dog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
# optionally use a specific version of Go rather than the default one
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: "1.20.x"

Expand Down

0 comments on commit 50054a4

Please sign in to comment.