Skip to content

Commit

Permalink
Bump to Go 1.16
Browse files Browse the repository at this point in the history
Switch to Go 1.16.
  • Loading branch information
HeavyWombat committed Jun 9, 2021
1 parent 05b1174 commit fd36841
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.15
go-version: 1.16

- name: Check out code into the Go module directory
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.15
go-version: 1.16

- name: Setup Snapcraft
run: |
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/homeport/dyff

go 1.15
go 1.16

require (
github.com/davecgh/go-spew v1.1.1
Expand Down

0 comments on commit fd36841

Please sign in to comment.