Skip to content

Commit a9da54b

Browse files
authored
Merge pull request #47 from ryanfowler/go1.21
Add support for Go 1.21 in CI
2 parents 437e380 + 307579b commit a9da54b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
go: ["1.20"]
14+
go: ["1.20", "1.21"]
1515
steps:
1616
- uses: actions/checkout@v3
1717

Diff for: .github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
types: [published]
66

77
env:
8-
GO_VERSION: "1.20"
8+
GO_VERSION: "1.21"
99

1010
jobs:
1111
release:

0 commit comments

Comments
 (0)