From e8b7e86ffa08361c72a2830f8ec48355f95f088f Mon Sep 17 00:00:00 2001 From: sonh Date: Mon, 8 Jan 2024 14:17:08 +0700 Subject: [PATCH] Bump go version from 1.15 to 1.19 --- .github/workflows/go.yml | 8 ++++---- go.mod | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index b304c29..d62cb27 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -13,10 +13,10 @@ jobs: runs-on: ubuntu-latest steps: - - name: Set up Go 1.15 + - name: Set up Go 1.19 uses: actions/setup-go@v2 with: - go-version: ^1.15 + go-version: ^1.19 id: go - name: Check out code into the Go module directory @@ -38,10 +38,10 @@ jobs: runs-on: ubuntu-latest steps: - - name: Set up Go 1.15 + - name: Set up Go 1.19 uses: actions/setup-go@v2 with: - go-version: ^1.15 + go-version: ^1.19 id: go - name: Check out code into the Go module directory diff --git a/go.mod b/go.mod index ccd956f..9b2d744 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/sonh/qs -go 1.15 +go 1.19 require ( github.com/pkg/errors v0.9.1