Skip to content

Commit

Permalink
Merge pull request #1697 from amir20/go1.18
Browse files Browse the repository at this point in the history
Updates to 1.18
  • Loading branch information
kodiakhq[bot] committed Mar 23, 2022
2 parents 856a62e + 537094b commit ceb0de9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 1.17.x
go-version: 1.18.x
- name: Checkout code
uses: actions/checkout@v3
- name: Run Go Tests with Coverage
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 1.17.x
go-version: 1.18.x
- name: Checkout code
uses: actions/checkout@v3
- name: Run Go Tests with Coverage
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -41,4 +41,4 @@ require (
google.golang.org/protobuf v1.27.1 // indirect
)

go 1.17
go 1.18

0 comments on commit ceb0de9

Please sign in to comment.