Skip to content

Commit

Permalink
drop 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
ringsaturn committed Aug 10, 2023
1 parent 8d0905b commit 4dd2a9e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 13 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/build-pb-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.19

- uses: actions/cache@v3
with:
path: |
~/.cache/go-build
~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
go-version: 1.21

- name: Install go pkgs
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-tzpb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: ["1.20", "1.21"]
go: ["1.21"]

steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
name: golangci-lint
strategy:
matrix:
go: ["1.20", "1.21"]
go: ["1.21"]
permissions:
contents: read
pull-requests: read
Expand All @@ -50,7 +50,7 @@ jobs:
build:
strategy:
matrix:
go: ["1.20", "1.21"]
go: ["1.21"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 4dd2a9e

Please sign in to comment.