Skip to content

Commit e78a807

Browse files
committed
Update ci.yml
1 parent 340540a commit e78a807

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,9 @@ jobs:
2121
- name: Checkout code
2222
uses: actions/checkout@v3
2323
- name: Set up Go
24-
uses: actions/setup-go@v3
24+
uses: actions/setup-go@v4
2525
with:
2626
go-version: ${{ matrix.go-version }}
27-
check-latest: true
28-
cache: true
2927
- name: Build
3028
run: go build -v .
3129
- name: Run tests with GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)