Skip to content

Commit 81d1654

Browse files
committed
bump go version
1 parent 9b5087b commit 81d1654

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ env:
88
# Path to where test results will be saved.
99
TEST_RESULTS: /tmp/test-results
1010
# Default minimum version of Go to support.
11-
DEFAULT_GO_VERSION: 1.20
11+
DEFAULT_GO_VERSION: 1.19
1212
jobs:
1313
lint:
1414
runs-on: ubuntu-latest
@@ -95,7 +95,7 @@ jobs:
9595
cp coverage.txt $TEST_RESULTS
9696
cp coverage.html $TEST_RESULTS
9797
- name: Upload coverage report
98-
uses: codecov/codecov-action@v3.1.1
98+
uses: codecov/codecov-action@v3.1.4
9999
with:
100100
file: ./coverage.txt
101101
fail_ci_if_error: true

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/XSAM/otelsql
22

3-
go 1.20
3+
go 1.19
44

55
require (
66
github.com/stretchr/testify v1.8.3

0 commit comments

Comments
 (0)