mirror of
https://github.com/dcarrillo/whatismyip.git
synced 2024-12-22 06:18:01 +00:00
chore: disable go cache
This commit is contained in:
parent
5982683cdd
commit
b13a30c354
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@ -18,10 +18,9 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: install go
|
||||
uses: actions/setup-go@v3
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: "1.19"
|
||||
cache: true
|
||||
|
||||
- name: Lint
|
||||
run: make ${{ matrix.make }}
|
||||
|
Loading…
Reference in New Issue
Block a user