Skip to content

Commit

Permalink
chore(deps): bump actions/setup-go from 4.1.0 to 5.0.0 (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 7, 2023
1 parent 3d1594e commit e5db24f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
fetch-depth: 0

- name: Set up go
uses: actions/setup-go@v4.1.0
uses: actions/setup-go@v5.0.0
with:
go-version: '1.21'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
name: Release notes
steps:
- name: Set up go
uses: actions/setup-go@v4.1.0
uses: actions/setup-go@v5.0.0
with:
go-version: '1.21'

Expand Down

0 comments on commit e5db24f

Please sign in to comment.