Skip to content

Commit

Permalink
Merge pull request #14 from BlockCraftsman/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/setup-go-5

build(deps): bump actions/setup-go from 4 to 5
  • Loading branch information
BlockCraftsman authored Oct 1, 2024
2 parents 1e3b3f4 + 6aee076 commit aa112fe
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v3

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v3

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

Expand Down

0 comments on commit aa112fe

Please sign in to comment.