Skip to content

Commit

Permalink
bump go version to 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
reddec committed Mar 17, 2021
1 parent 0292954 commit 5c5c4b6
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 @@ -10,10 +10,10 @@ jobs:
runs-on: ubuntu-latest
steps:

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

- name: Check out code into the Go module directory
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/reddec/tinc-boot

go 1.13
go 1.16

require (
github.com/gin-gonic/gin v1.4.0
Expand Down

0 comments on commit 5c5c4b6

Please sign in to comment.