Skip to content

Commit ff9d931

Browse files
build(deps): bump actions/setup-go from 3 to 4 (#154)
1 parent 590fec6 commit ff9d931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: checkout
1616
uses: actions/checkout@v3
1717
- name: Set up Go
18-
uses: actions/setup-go@v3
18+
uses: actions/setup-go@v4
1919
with:
2020
go-version: 1.19.x
2121
- name: go test

0 commit comments

Comments
 (0)