Skip to content

Commit f1748cd

Browse files
committed
chore: remove patch version pinning on go directive
Originally added in f77bd7b, we wanted to pin the version to ensure that we were targeting the latest version of Go 1.21. However, there's no real value here, and as noted in [0] it can be causing issues for some users. There's nothing explicitly in Go 1.21.x that we need to pin to, just that we need support for Go 1.21, so we can use Speakeasy's `openapi-overlay` library. Therefore we can relax the patch-version requirement, which will alleviate issues for consumers. [0]: osbuild/image-builder-crc#1352
1 parent 7ce53fa commit f1748cd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/oapi-codegen/oapi-codegen/v2/examples
22

3-
go 1.21.13
3+
go 1.21
44

55
replace github.com/oapi-codegen/oapi-codegen/v2 => ../
66

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/oapi-codegen/oapi-codegen/v2
22

3-
go 1.21.13
3+
go 1.21
44

55
require (
66
github.com/getkin/kin-openapi v0.127.0

internal/test/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/oapi-codegen/oapi-codegen/v2/internal/test
22

3-
go 1.21.13
3+
go 1.21
44

55
replace github.com/oapi-codegen/oapi-codegen/v2 => ../../
66

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy