Skip to content

Commit 0cbe9d4

Browse files
Merge pull request #830 from Swofty-Developments/dependabot/github_actions/actions/setup-go-7
build(deps): bump actions/setup-go from 6 to 7
2 parents 53de38d + ffbb5e3 commit 0cbe9d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: ./gradlew --parallel --build-cache shadowJar
3232

3333
- name: Set up Go
34-
uses: actions/setup-go@v6
34+
uses: actions/setup-go@v7
3535
with:
3636
go-version-file: setup/go.mod
3737
check-latest: false

0 commit comments

Comments
 (0)