Skip to content

Commit

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

Bump actions/setup-go from 4 to 5
  • Loading branch information
davidbloss authored Dec 12, 2023
2 parents a07767f + ddd6d10 commit f776bdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Fetch All Tags
run: git fetch --force --tags
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: "1.21"
- name: Cache Go modules
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Fetch all tags
run: git fetch --force --tags
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: '1.21'
- name: Install Task
Expand Down

0 comments on commit f776bdb

Please sign in to comment.