From 848bdfd3cf97d6a525dcf418d9e6b6efd4fef733 Mon Sep 17 00:00:00 2001 From: Alexander Sheiko Date: Wed, 10 May 2023 22:29:40 +0300 Subject: [PATCH] Bump go version to 1.16 --- .github/workflows/go.yml | 4 ++-- go.mod | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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