Skip to content

Commit 8e5bcdd

Browse files
committed
workflows: Follow the recent changes
Signed-off-by: Hiroshi Hatake <hiroshi@chronosphere.io>
1 parent 08fb086 commit 8e5bcdd

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
os: [ubuntu, macos, windows]
17-
golang: ['1.13', '1.16', '1.17']
17+
golang: ['1.23', '1.24']
1818
# currently, we cannot run non-x86_64 machines on Github Actions cloud env.
1919
runs-on: ${{ matrix.os }}-latest
2020
name: CI golang ${{ matrix.golang }} on ${{ matrix.os }}
@@ -23,12 +23,6 @@ jobs:
2323
- uses: actions/setup-go@v2
2424
with:
2525
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
3326
- name: Test
3427
run: go test -v ./fluent
28+
shell: bash

0 commit comments

Comments
 (0)