Skip to content

Commit

Permalink
Merge pull request #1251 from mackerelio/dependabot/github_actions/ma…
Browse files Browse the repository at this point in the history
…ckerelio/workflows-1.3.0

Bump mackerelio/workflows from 1.2.0 to 1.3.0
  • Loading branch information
yseto authored Feb 25, 2025
2 parents 673f952 + cb5d5a9 commit 3913768
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,24 @@ env:
DEBIAN_FRONTEND: noninteractive
jobs:
lint:
uses: mackerelio/workflows/.github/workflows/go-lint.yml@v1.2.0
uses: mackerelio/workflows/.github/workflows/go-lint.yml@v1.3.0
with:
os-versions: '["ubuntu-latest", "windows-latest"]'
os-versions: '["ubuntu-latest", "windows-2022", "windows-2025"]' # When windows-2025 become stable, remove windows-2022
test:
uses: mackerelio/workflows/.github/workflows/go-test.yml@v1.2.0
uses: mackerelio/workflows/.github/workflows/go-test.yml@v1.3.0
with:
os-versions: '["ubuntu-latest", "windows-latest"]'
os-versions: '["ubuntu-latest", "windows-2022", "windows-2025"]' # When windows-2025 become stable, remove windows-2022
integration-test-linux:
uses: mackerelio/workflows/.github/workflows/setup-go-matrix.yml@v1.2.0
uses: mackerelio/workflows/.github/workflows/setup-go-matrix.yml@v1.3.0
with:
os-versions: '["ubuntu-latest"]'
run: |
make testconvention
./test.bash
integration-test-windows:
uses: mackerelio/workflows/.github/workflows/setup-go-matrix.yml@v1.2.0
uses: mackerelio/workflows/.github/workflows/setup-go-matrix.yml@v1.3.0
with:
os-versions: '["windows-latest"]'
os-versions: '["windows-2022", "windows-2025"]' # When windows-2025 become stable, remove windows-2022
run: |
go build -o mackerel-plugin-mssql/mackerel-plugin-mssql.exe ./mackerel-plugin-mssql
go build -o mackerel-plugin-windows-server-sessions/mackerel-plugin-windows-server-sessions.exe ./mackerel-plugin-windows-server-sessions
Expand Down

0 comments on commit 3913768

Please sign in to comment.