Skip to content

Commit

Permalink
update version of go
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrake committed Apr 19, 2021
1 parent 4a9c37e commit 8c6402b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Expand Up @@ -5,10 +5,10 @@ jobs:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.14
- name: Set up Go 1.16
uses: actions/setup-go@v1
with:
go-version: 1.14
go-version: 1.16
id: go

- name: Set up nodejs
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -53,4 +53,4 @@ require (

replace github.com/nats-io/nats.go => github.com/cbrake/nats.go v1.10.1-0.20200817210920-7a8e05e18c84

go 1.14
go 1.16

0 comments on commit 8c6402b

Please sign in to comment.