Skip to content

Commit

Permalink
Merge pull request #1145 from mackerelio/go122
Browse files Browse the repository at this point in the history
update go version -> 1.22
  • Loading branch information
lufia authored Feb 21, 2024
2 parents fb08f9d + 56e751b commit 3a4a98e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,22 @@ env:
DEBIAN_FRONTEND: noninteractive
jobs:
lint:
uses: mackerelio/workflows/.github/workflows/go-lint.yml@main
uses: mackerelio/workflows/.github/workflows/go-lint.yml@v1.1.0
with:
os-versions: '["ubuntu-latest", "windows-latest"]'
test:
uses: mackerelio/workflows/.github/workflows/go-test.yml@main
uses: mackerelio/workflows/.github/workflows/go-test.yml@v1.1.0
with:
os-versions: '["ubuntu-latest", "windows-latest"]'
integration-test-linux:
uses: mackerelio/workflows/.github/workflows/setup-go-matrix.yml@main
uses: mackerelio/workflows/.github/workflows/setup-go-matrix.yml@v1.1.0
with:
os-versions: '["ubuntu-latest"]'
run: |
make testconvention
./test.bash
integration-test-windows:
uses: mackerelio/workflows/.github/workflows/setup-go-matrix.yml@main
uses: mackerelio/workflows/.github/workflows/setup-go-matrix.yml@v1.1.0
with:
os-versions: '["windows-latest"]'
run: |
Expand All @@ -45,7 +45,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.20.x
go-version: 1.22.x
- run: make clean rpm deb
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 3a4a98e

Please sign in to comment.