Skip to content

Commit

Permalink
Merge pull request #281 from chenrui333/go-1.13.3
Browse files Browse the repository at this point in the history
Upgrade to go v1.13.4
  • Loading branch information
barnybug authored Nov 4, 2019
2 parents b7516ac + 02dc4ff commit 3dc6a91
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,15 @@ jobs:
runs-on: ubuntu-latest
steps:

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

- name: Check out code
uses: actions/checkout@v1

- name: Download Go dependencies
env:
GOPROXY: "https://proxy.golang.org"
run: go mod download

- name: Get upx
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
runs-on: ubuntu-latest
steps:

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

- name: Check out code
uses: actions/checkout@v1
Expand All @@ -22,7 +22,7 @@ jobs:

- name: Run unit tests
run: make test-unit

- name: Run test coverage
run: |
# gucumber only works from under GOPATH...
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/barnybug/cli53

go 1.12
go 1.13

require (
github.com/aws/aws-sdk-go v1.13.34
Expand Down

0 comments on commit 3dc6a91

Please sign in to comment.