This commit is contained in:
aichy126 2022-10-13 11:27:36 +08:00
parent ef34a80d43
commit 1523490129
1 changed files with 6 additions and 6 deletions

View File

@ -24,16 +24,16 @@ jobs:
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.18
# - name: Set up Go
# uses: actions/setup-go@v3
# with:
# go-version: 1.18
# - name: Test
# run: go test -v ./...
- name: Test Build
run: go build -v ./...
# - name: Test Build
# run: go build -v ./...
- name: Login to ghcr.io
uses: docker/login-action@v1