Skip to content

Commit d32214a

Browse files
authored
Support Go 1.23+ only (#3711)
* Remove toolchain in go.mod * Drop Go 1.21 and 1.22 from test workflow
1 parent 4d11afb commit d32214a

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: true
1515
matrix:
16-
go: ['1.21', '1.22', '1.23', '1.24']
16+
go: ['1.23', '1.24']
1717
os: ['ubuntu-latest', 'windows-latest']
1818
runs-on: ${{ matrix.os }}
1919

go.mod

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ module goa.design/goa/v3
22

33
go 1.23.0
44

5-
toolchain go1.23.6
6-
75
require (
86
github.com/dimfeld/httppath v0.0.0-20170720192232-ee938bf73598
97
github.com/getkin/kin-openapi v0.132.0

0 commit comments

Comments
 (0)