test
All checks were successful
CI / Lint (push) Successful in 38s
CI / Test (push) Successful in 1m13s
CI / Build (push) Successful in 1m37s

This commit is contained in:
2024-07-17 22:23:27 -05:00
parent caa699c651
commit d46a142312
3 changed files with 3 additions and 18 deletions

View File

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

@@ -13,10 +13,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: test log
run: env | sort
- name: Setup go
uses: actions/setup-go@v5
volumes:
- act-toolcache:/toolcache
with:
go-version-file: 'go.mod'
check-latest: true
@@ -46,8 +47,6 @@ jobs:
- name: Set up go
uses: actions/setup-go@v5
volumes:
- act-toolcache:/toolcache
with:
go-version-file: 'go.mod'
check-latest: true
@@ -80,8 +79,6 @@ 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,8 +16,6 @@ jobs:
- name: Setup go
uses: actions/setup-go@v5
volumes:
- act-toolcache:/toolcache
with:
go-version-file: 'go.mod'
check-latest: true
@@ -47,8 +45,6 @@ jobs:
- name: Set up go
uses: actions/setup-go@v5
volumes:
- act-toolcache:/toolcache
with:
go-version-file: 'go.mod'
check-latest: true
@@ -79,8 +75,6 @@ jobs:
- name: Setup go
uses: actions/setup-go@v5
volumes:
- act-toolcache:/toolcache
with:
go-version-file: 'go.mod'