1 parent 7f5cceb commit e84fc2fCopy full SHA for e84fc2f
2 files changed
.github/workflows/workflow.yaml
@@ -11,7 +11,7 @@ jobs:
11
fetch-depth: 2
12
- uses: actions/setup-go@v2
13
with:
14
- go-version: '1.19'
+ go-version: '1.21'
15
- name: Run coverage
16
run: go test -race -coverprofile=coverage.out -covermode=atomic
17
- name: Upload coverage to Codecov
go.mod
@@ -1,6 +1,6 @@
1
module github.com/alexferl/echo-openapi
2
3
-go 1.19
+go 1.21
4
5
require (
6
github.com/getkin/kin-openapi v0.123.0
0 commit comments