We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08fb086 commit 8e5bcddCopy full SHA for 8e5bcdd
.github/workflows/ci.yaml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
matrix:
16
os: [ubuntu, macos, windows]
17
- golang: ['1.13', '1.16', '1.17']
+ golang: ['1.23', '1.24']
18
# currently, we cannot run non-x86_64 machines on Github Actions cloud env.
19
runs-on: ${{ matrix.os }}-latest
20
name: CI golang ${{ matrix.golang }} on ${{ matrix.os }}
@@ -23,12 +23,6 @@ jobs:
23
- uses: actions/setup-go@v2
24
with:
25
go-version: ${{ matrix.golang }}
26
- - name: Change GO11MODULES
27
- run: go env -w GO111MODULE=auto
28
- - name: Install requirements
29
- run: |
30
- go get github.com/bmizerany/assert
31
- go get github.com/philhofer/fwd
32
- go get github.com/tinylib/msgp
33
- name: Test
34
run: go test -v ./fluent
+ shell: bash
0 commit comments