Skip to content

Commit e84fc2f

Browse files
committed
bump to 1.21
1 parent 7f5cceb commit e84fc2f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fetch-depth: 2
1212
- uses: actions/setup-go@v2
1313
with:
14-
go-version: '1.19'
14+
go-version: '1.21'
1515
- name: Run coverage
1616
run: go test -race -coverprofile=coverage.out -covermode=atomic
1717
- name: Upload coverage to Codecov

go.mod

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

3-
go 1.19
3+
go 1.21
44

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

0 commit comments

Comments
 (0)