Skip to content

Commit f631e67

Browse files
Merge pull request #18 from cli/dependabot/github_actions/actions/setup-go-6
Bump actions/setup-go from 4 to 6
2 parents 1fd9c2e + 758a245 commit f631e67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616
- name: Setup go
17-
uses: actions/setup-go@v4
17+
uses: actions/setup-go@v6
1818
with:
1919
go-version-file: go.mod
2020
- run: go test -v ./...

0 commit comments

Comments
 (0)