Skip to content

Commit

Permalink
upgrade go and envoy
Browse files Browse the repository at this point in the history
  • Loading branch information
calebdoxsey committed Apr 18, 2023
1 parent c0ae235 commit 51dfed6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: 1.18.x
go-version: 1.20.x
- name: Checkout code
uses: actions/checkout@v3
- name: Lint Dependencies
Expand All @@ -26,7 +26,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.18.x]
go-version: [1.20.x]
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand All @@ -42,7 +42,7 @@ jobs:
cover:
strategy:
matrix:
go-version: [1.18.x]
go-version: [1.20.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand All @@ -65,7 +65,7 @@ jobs:
needs: [lint, test]
strategy:
matrix:
go-version: [1.18.x]
go-version: [1.20.x]
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down
1 change: 1 addition & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
golang 1.20.3
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/pomerium/autocache

go 1.18
go 1.20

require (
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
Expand Down

0 comments on commit 51dfed6

Please sign in to comment.