diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 475af59..4d97989 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -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 diff --git a/go.mod b/go.mod index 237df68..d2dad88 100644 --- a/go.mod +++ b/go.mod @@ -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