Skip to content

Commit

Permalink
upgrade github actions (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
alinebrito authored Oct 12, 2020
1 parent 9839494 commit 50084ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ jobs:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.13
- name: Set up Go 1.15
uses: actions/setup-go@v1
with:
go-version: 1.13
go-version: 1.15
- name: Check out code into the Go module directory
uses: actions/checkout@v1
with:
fetch-depth: 1
path: go/src/github.com/rodrigo-brito/gocity
- name: GolangCI-Lint
run: |
curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s v1.19.1
curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s v1.31.0
./bin/golangci-lint run
env:
GOPATH: /home/runner/work/gocity/go
Expand Down

0 comments on commit 50084ac

Please sign in to comment.