Skip to content

Commit 0ee2b60

Browse files
committed
ci: remove Go 1.18 and add Go 1.21.
1 parent 4c80099 commit 0ee2b60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Set up Go
1313
uses: actions/setup-go@v4
1414
with:
15-
go-version: "1.20"
15+
go-version: "1.21"
1616

1717
- name: Test
1818
run: go test -v ./... -coverprofile=coverage.out

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ${{ matrix.os }}
99
strategy:
1010
matrix:
11-
go_version: ["1.18", "1.19", "1.20"]
11+
go_version: ["1.19", "1.20", "1.21"]
1212
os: [ubuntu-latest, windows-latest, macOS-latest]
1313

1414
steps:

0 commit comments

Comments
 (0)