We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b5087b commit 81d1654Copy full SHA for 81d1654
.github/workflows/ci.yaml
@@ -8,7 +8,7 @@ env:
8
# Path to where test results will be saved.
9
TEST_RESULTS: /tmp/test-results
10
# Default minimum version of Go to support.
11
- DEFAULT_GO_VERSION: 1.20
+ DEFAULT_GO_VERSION: 1.19
12
jobs:
13
lint:
14
runs-on: ubuntu-latest
@@ -95,7 +95,7 @@ jobs:
95
cp coverage.txt $TEST_RESULTS
96
cp coverage.html $TEST_RESULTS
97
- name: Upload coverage report
98
- uses: codecov/codecov-action@v3.1.1
+ uses: codecov/codecov-action@v3.1.4
99
with:
100
file: ./coverage.txt
101
fail_ci_if_error: true
go.mod
@@ -1,6 +1,6 @@
1
module github.com/XSAM/otelsql
2
3
-go 1.20
+go 1.19
4
5
require (
6
github.com/stretchr/testify v1.8.3
0 commit comments