mirror of
https://github.com/dcarrillo/whatismyip.git
synced 2024-12-22 07:28:00 +00:00
chore: bump Go action to v4 (#13)
This commit is contained in:
parent
81c3a4fbb0
commit
91deff4a14
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@ -18,10 +18,9 @@ jobs:
|
|||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: install go
|
- name: install go
|
||||||
uses: actions/setup-go@v3
|
uses: actions/setup-go@v4
|
||||||
with:
|
with:
|
||||||
go-version-file: go.mod
|
go-version-file: go.mod
|
||||||
cache: true
|
|
||||||
|
|
||||||
- name: ${{ matrix.make }}
|
- name: ${{ matrix.make }}
|
||||||
run: make ${{ matrix.make }}
|
run: make ${{ matrix.make }}
|
||||||
|
Loading…
Reference in New Issue
Block a user