Skip to content

Commit

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

Bump actions/setup-go from 4.0.1 to 4.1.0
  • Loading branch information
dntosas authored Aug 17, 2023
2 parents 626299c + ba164f1 commit 3c08ffc
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 @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v4.0.1
uses: actions/setup-go@v4.1.0
with:
go-version: '1.20.2'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v4.0.1
uses: actions/setup-go@v4.1.0
with:
go-version: '1.20.2'

Expand Down

0 comments on commit 3c08ffc

Please sign in to comment.