Skip to content

Commit d5a0aff

Browse files
committed
ci sigh sigh
1 parent d97080e commit d5a0aff

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,9 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Install Go
16-
uses: actions/setup-go@v6
16+
uses: actions/setup-go@v6.4.0
1717
with:
1818
go-version: ${{ env.go-version }}
19-
cache-dependency-path: '**/go.mod'
2019
- name: Checkout code
2120
uses: actions/checkout@v6
2221
with:

0 commit comments

Comments
 (0)