Skip to content

Commit

Permalink
Merge pull request #15 from leafduo/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-go-4

Bump actions/setup-go from 3 to 4
  • Loading branch information
leafduo authored Mar 20, 2023
2 parents 172ab9a + 2744c6e commit f6ecf52
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 @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: "stable"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
fetch-depth: 0
- run: git fetch --force --tags
- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
with:
go-version: '>=1.20.1'
cache: true
Expand Down

0 comments on commit f6ecf52

Please sign in to comment.