Skip to content

Commit 249a0b1

Browse files
Merge pull request #1 from devwithkrishna/dependabot/github_actions/actions/setup-go-6
github actions updates available: bump actions/setup-go from 5 to 6
2 parents 62cb3c3 + afae263 commit 249a0b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v5
2020

2121
- name: Set up Go
22-
uses: actions/setup-go@v5
22+
uses: actions/setup-go@v6
2323
with:
2424
go-version: '1.21.5'
2525

0 commit comments

Comments
 (0)