Skip to content

Commit

Permalink
Updated go version to 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeimonakhov committed Apr 10, 2021
1 parent 1534620 commit 81380df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
with:
fetch-depth: 0

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

- name: Run GoReleaser
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 freepbx-phonebook-server

go 1.15
go 1.16

require (
github.com/go-sql-driver/mysql v1.5.0
Expand Down

0 comments on commit 81380df

Please sign in to comment.