Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sunl888 authored Sep 27, 2024
1 parent 3afac47 commit 29214bc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,17 @@ jobs:
name: Build
runs-on: ubuntu-16.04
steps:

- name: Set up Go 1.12
uses: actions/setup-go@v1
with:
go-version: 1.12
id: go

- name: Check out code into the Go module directory
uses: actions/checkout@v1

- name: Get dependencies
run: |
export GO111MODULE=on
export GOPROXY=https://goproxy.cn
go mod vendor
- name: Build
run: go build -v .

0 comments on commit 29214bc

Please sign in to comment.