Skip to content

Commit

Permalink
updating go-version to 1.15 across the board. (#1477)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebz committed Feb 18, 2021
1 parent 62271c3 commit 55065c2
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
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ 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
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verifyGuides.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- uses: actions/setup-go@v2
with:
go-version: 1.14
go-version: 1.15
- uses: actions/checkout@v2
- run: |
make build
Expand Down

0 comments on commit 55065c2

Please sign in to comment.