Skip to content

docs: Update _index.md #fix typos (#14608) #6622

docs: Update _index.md #fix typos (#14608)

docs: Update _index.md #fix typos (#14608) #6622

name: Promtail Windows Test
on:
pull_request:
tags: ['v[0-9].[0-9]+.[0-9]+']
branches: [main, k*]
jobs:
build:
runs-on: windows-latest
strategy:
matrix:
go-version: [ '1.21.9', '1.22.2' ]
steps:
- uses: actions/checkout@v4
- name: Setup Go ${{ matrix.go-version }}
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
# You can test your matrix by printing the current Go version
- name: Display Go version
run: go version
- name: Run promtail tests
run: go test .\clients\pkg\promtail\targets\windows\... -v