Skip to content

Commit 8d999b5

Browse files
authored
Merge pull request #30 from nextmn/dependabot/github_actions/actions/setup-go-5
Bump actions/setup-go from 4 to 5
2 parents ac57e1e + 2224567 commit 8d999b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Checkout
2020
uses: actions/checkout@v4
2121
- name: Setup Go
22-
uses: actions/setup-go@v4
22+
uses: actions/setup-go@v5
2323
- name: Install depends
2424
run: go get .
2525
- name: Build

0 commit comments

Comments
 (0)