Skip to content

Commit

Permalink
increase go version
Browse files Browse the repository at this point in the history
  • Loading branch information
mga-chka committed Feb 2, 2023
1 parent 2422399 commit 4f484df
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.19

- name: Build
run: go build -v ./...
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.19

- name: Install cross-compile package
run: |
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/contentsquare/chproxy

go 1.17
go 1.19

require (
github.com/alicebob/miniredis/v2 v2.21.0
Expand Down

0 comments on commit 4f484df

Please sign in to comment.