mirror of
https://github.com/decke/smtprelay.git
synced 2025-12-26 00:52:31 -07:00
Fix Go CI action
This commit is contained in:
15
.github/workflows/go.yml
vendored
15
.github/workflows/go.yml
vendored
@@ -6,19 +6,10 @@ jobs:
|
|||||||
name: Build
|
name: Build
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
- name: Set up Go 1.20
|
- uses: actions/setup-go@v4
|
||||||
uses: actions/setup-go@v4
|
|
||||||
with:
|
with:
|
||||||
go-version: 1.20
|
go-version: 'stable'
|
||||||
id: go
|
|
||||||
|
|
||||||
- name: Check out code into the Go module directory
|
|
||||||
uses: actions/checkout@v3
|
|
||||||
|
|
||||||
- name: Get dependencies
|
|
||||||
run: |
|
|
||||||
go get -v -t -d ./...
|
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: go build -v .
|
run: go build -v .
|
||||||
|
|||||||
Reference in New Issue
Block a user