Skip to content

Commit edf7748

Browse files
Revert go version for kin openapi 😭
1 parent 7bcd94d commit edf7748

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

‎.github/workflows/lint.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- uses: actions/checkout@v3
3737
- uses: actions/setup-go@v3
3838
with:
39-
go-version: 1.21
39+
go-version: '1.20'
4040
check-latest: true
4141
- uses: golangci/golangci-lint-action@v3
4242
with:

‎.github/workflows/push.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Go Setup
4848
uses: actions/setup-go@v3
4949
with:
50-
go-version: 1.19
50+
go-version: '1.20'
5151
check-latest: true
5252
cache: true
5353
- name: Get version

‎.github/workflows/release.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Go Setup
5656
uses: actions/setup-go@v4
5757
with:
58-
go-version: '1.21'
58+
go-version: '1.20'
5959
check-latest: true
6060
- name: Get version
6161
id: get_version

‎Dockerfile‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM golang:1.19-alpine3.16 as build
1+
FROM golang:1.20-alpine3.19 as build
22

3-
ENV CGO_ENABLED=0
3+
ENV CGO_ENABLED=0
44

55
RUN apk add gcc protoc protobuf-dev
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/technicallyjosh/protoc-gen-openapi
22

3-
go 1.21
3+
go 1.20
44

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

0 commit comments

Comments
 (0)