Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
Merge pull request #12 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 c4cb4f9 + 92ab2c3 commit 016781c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fetch-depth: 0
- run: git fetch --force --tags
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ">=1.20.3"
cache: true
Expand Down

0 comments on commit 016781c

Please sign in to comment.