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
Alexander Sheiko committed May 10, 2023
1 parent 90f9a71 commit 848bdfd
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 @@ -12,10 +12,10 @@ jobs:
runs-on: ubuntu-latest
steps:

- name: Set up Go 1.13
- name: Set up Go 1.16
uses: actions/setup-go@v3
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/n0madic/twitter-scraper

go 1.13
go 1.16

require (
github.com/google/go-cmp v0.5.9
Expand Down

0 comments on commit 848bdfd

Please sign in to comment.