fix ci
Some checks failed
CI / Test (push) Failing after 13s
CI / Build (push) Failing after 12s
CI / Lint (push) Failing after 16s

This commit is contained in:
2024-07-17 21:35:05 -05:00
parent c5f77582c0
commit caa699c651
3 changed files with 18 additions and 0 deletions

View File

@@ -14,6 +14,8 @@ jobs:
- name: Setup go
uses: actions/setup-go@v5
volumes:
- act-toolcache:/toolcache
with:
go-version-file: 'go.mod'
check-latest: true
@@ -43,6 +45,8 @@ jobs:
- name: Set up go
uses: actions/setup-go@v5
volumes:
- act-toolcache:/toolcache
with:
go-version-file: 'go.mod'
check-latest: true
@@ -75,6 +79,8 @@ jobs:
- name: Set up go
uses: actions/setup-go@v5
volumes:
- act-toolcache:/toolcache
with:
go-version-file: 'go.mod'
check-latest: true

View File

@@ -15,6 +15,8 @@ jobs:
- name: Setup go
uses: actions/setup-go@v5
volumes:
- act-toolcache:/toolcache
with:
go-version-file: 'go.mod'
check-latest: true
@@ -44,6 +46,8 @@ jobs:
- name: Set up go
uses: actions/setup-go@v5
volumes:
- act-toolcache:/toolcache
with:
go-version-file: 'go.mod'
check-latest: true
@@ -76,6 +80,8 @@ jobs:
- name: Set up go
uses: actions/setup-go@v5
volumes:
- act-toolcache:/toolcache
with:
go-version-file: 'go.mod'
check-latest: true

View File

@@ -16,6 +16,8 @@ jobs:
- name: Setup go
uses: actions/setup-go@v5
volumes:
- act-toolcache:/toolcache
with:
go-version-file: 'go.mod'
check-latest: true
@@ -45,6 +47,8 @@ jobs:
- name: Set up go
uses: actions/setup-go@v5
volumes:
- act-toolcache:/toolcache
with:
go-version-file: 'go.mod'
check-latest: true
@@ -75,6 +79,8 @@ jobs:
- name: Setup go
uses: actions/setup-go@v5
volumes:
- act-toolcache:/toolcache
with:
go-version-file: 'go.mod'