Skip to content

Commit

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

build(deps): bump actions/setup-go from 4 to 5
  • Loading branch information
rsteube committed Dec 6, 2023
2 parents 9b2fb2f + 850554e commit 42a907c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fetch-depth: 0

- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: '1.20'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: '1.17'
cache: false
Expand Down

0 comments on commit 42a907c

Please sign in to comment.