Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HungYann authored Nov 20, 2022
1 parent 5076287 commit 86edb41
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,19 @@ jobs:
uses: actions/setup-go@v3
with:
go-version: 1.18

- name: Run golangci-lint
uses: golangci/[email protected]
with:
version: latest

- name: Build
run: go build -v cmd/aries/main.go

- name: Test
run: go test -v ./...


- name: releases-action
uses: nickatnight/releases-action@v2
with:
# Name of branch to release from
branch: main
name: aries
message: "发布编译后文件"


0 comments on commit 86edb41

Please sign in to comment.