Skip to content

Commit

Permalink
update to go 1.18 (#88)
Browse files Browse the repository at this point in the history
Signed-off-by: Maksim Paskal <[email protected]>
  • Loading branch information
maksim-paskal authored Apr 10, 2022
1 parent 860f908 commit 69d578a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 138 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.18
- name: Login to Docker Hub
uses: docker/login-action@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ jobs:
- uses: actions/setup-go@v2
with:
stable: 'false'
go-version: '1.17'
go-version: '1.18'
- run: ./scripts/test-pkg.sh
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/maksim-paskal/envoy-control-plane

go 1.17
go 1.18

require (
github.com/envoyproxy/go-control-plane v0.10.1
Expand Down
Loading

0 comments on commit 69d578a

Please sign in to comment.