rf/joins steps setup-go & checkout

This commit is contained in:
itsscb 2023-09-20 20:33:58 +02:00
parent c4cf90dd57
commit 70cc3f2c42

View File

@ -29,17 +29,15 @@ jobs:
steps:
- name: Set up Go 1.x
- name: Set up Go 1.x and checkout
uses: actions/checkout@v4
uses: actions/setup-go@v4
with:
go-version: ^1.21
cache-dependency-path:
go.sum
"**/*.sum"
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Install golang-migrate
run: |
curl -L https://github.com/golang-migrate/migrate/releases/download/v4.16.2/migrate.linux-amd64.tar.gz | tar xvz