Skip to content

Commit

Permalink
Merge pull request #4 from sonh/dependent/upgrade-go-version
Browse files Browse the repository at this point in the history
Bump go version from 1.15 to 1.19
  • Loading branch information
sonh authored Jan 8, 2024
2 parents b0f2786 + e8b7e86 commit 9dfca31
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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.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
Expand All @@ -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
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/sonh/qs

go 1.15
go 1.19

require (
github.com/pkg/errors v0.9.1
Expand Down

0 comments on commit 9dfca31

Please sign in to comment.