rf/joins steps setup-go & checkout
This commit is contained in:
parent
c4cf90dd57
commit
70cc3f2c42
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
@ -29,17 +29,15 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Set up Go 1.x
|
- name: Set up Go 1.x and checkout
|
||||||
|
uses: actions/checkout@v4
|
||||||
uses: actions/setup-go@v4
|
uses: actions/setup-go@v4
|
||||||
with:
|
with:
|
||||||
go-version: ^1.21
|
go-version: ^1.21
|
||||||
cache-dependency-path:
|
cache-dependency-path:
|
||||||
go.sum
|
"**/*.sum"
|
||||||
id: go
|
id: go
|
||||||
|
|
||||||
- name: Check out code into the Go module directory
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
|
|
||||||
- name: Install golang-migrate
|
- name: Install golang-migrate
|
||||||
run: |
|
run: |
|
||||||
curl -L https://github.com/golang-migrate/migrate/releases/download/v4.16.2/migrate.linux-amd64.tar.gz | tar xvz
|
curl -L https://github.com/golang-migrate/migrate/releases/download/v4.16.2/migrate.linux-amd64.tar.gz | tar xvz
|
||||||
|
Loading…
x
Reference in New Issue
Block a user