Skip to content

Commit

Permalink
Merge pull request #36 from twodarek/twodarek-update-go-version
Browse files Browse the repository at this point in the history
Update go 1.12 -> 1.17
  • Loading branch information
twodarek authored Oct 2, 2021
2 parents 835d72c + b88c88d commit e960542
Show file tree
Hide file tree
Showing 2 changed files with 11 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 @@ -13,10 +13,10 @@ jobs:
runs-on: ubuntu-latest
steps:

- name: Set up Go 1.12
- name: Set up Go 1.17
uses: actions/setup-go@v2
with:
go-version: ^1.12
go-version: ^1.17
id: go

- name: Check out code into the Go module directory
Expand Down
10 changes: 9 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
module github.com/twodarek/barcampgr-teams-bot

go 1.12
go 1.17

require (
github.com/go-resty/resty/v2 v2.0.0 // indirect
github.com/go-sql-driver/mysql v1.4.1
github.com/google/go-querystring v1.0.0 // indirect
github.com/gorilla/mux v1.7.4
github.com/gorilla/websocket v1.4.2 // indirect
github.com/jinzhu/gorm v1.9.12
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/peterhellberg/link v1.0.0 // indirect
github.com/pkg/errors v0.8.0 // indirect
github.com/slack-go/slack v0.7.2
github.com/twodarek/go-cisco-webex-teams v0.4.1-0.20200803230619-bf35b2bae4c8
golang.org/x/net v0.0.0-20190628185345-da137c7871d7 // indirect
google.golang.org/appengine v1.4.0 // indirect
)

0 comments on commit e960542

Please sign in to comment.