1212 DEBIAN_FRONTEND : noninteractive
1313jobs :
1414 lint :
15- uses : mackerelio/workflows/.github/workflows/go-lint.yml@c7e130d3908894f18068ca4a877e80539b535881 # v1.5 .0
15+ uses : mackerelio/workflows/.github/workflows/go-lint.yml@7653987676cc233af59a390d142b5cf6e65a526f # v1.6 .0
1616 test :
17- uses : mackerelio/workflows/.github/workflows/go-test.yml@c7e130d3908894f18068ca4a877e80539b535881 # v1.5.0
17+ uses : mackerelio/workflows/.github/workflows/go-test.yml@7653987676cc233af59a390d142b5cf6e65a526f # v1.6.0
18+ with :
19+ pre : |
20+ echo "GOTOOLCHAIN=auto" >> $GITHUB_ENV
1821 test-linux :
19- uses : mackerelio/workflows/.github/workflows/setup-go-matrix.yml@c7e130d3908894f18068ca4a877e80539b535881 # v1.5 .0
22+ uses : mackerelio/workflows/.github/workflows/setup-go-matrix.yml@7653987676cc233af59a390d142b5cf6e65a526f # v1.6 .0
2023 with :
2124 run : |
25+ export GOTOOLCHAIN=auto
2226 ./test.bash
2327 make testconvention
2428 os-versions : ' ["ubuntu-24.04"]'
2529 test-windows :
26- uses : mackerelio/workflows/.github/workflows/setup-go-matrix.yml@c7e130d3908894f18068ca4a877e80539b535881 # v1.5 .0
30+ uses : mackerelio/workflows/.github/workflows/setup-go-matrix.yml@7653987676cc233af59a390d142b5cf6e65a526f # v1.6 .0
2731 with :
2832 run : |
33+ export GOTOOLCHAIN=auto
2934 go build -o check-log/check-log.exe ./check-log
3035 go build -o check-procs/check-procs.exe ./check-procs
3136 go build -o check-windows-eventlog/check-windows-evenglog.exe ./check-windows-eventlog
5863 with :
5964 fetch-depth : 0
6065 - run : make clean build rpm deb
61- - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
66+ - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
6267 with :
6368 name : linux-build-artifacts
6469 path : |
@@ -70,17 +75,17 @@ jobs:
7075 runs-on : ubuntu-latest
7176 if : github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v')
7277 steps :
73- - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
78+ - uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
7479 with :
7580 name : linux-build-artifacts
7681 path : artifacts/
77- - uses : mackerelio/staging-release-update-action@main
82+ - uses : mackerelio/staging-release-update-action@bc0e3a9f7bd0d890dc044592a798bc307bacc956 # v0.0.1
7883 if : github.ref == 'refs/heads/master'
7984 with :
8085 directory : artifacts/
8186 github-token : ${{ secrets.GITHUB_TOKEN }}
8287 tag : staging
83- - uses : mackerelio/create-release-action@main
88+ - uses : mackerelio/create-release-action@5af34070474b72efdb3f5057e50d2f3836453c56 # v0.0.4
8489 if : startsWith(github.ref, 'refs/tags/v')
8590 with :
8691 directory : artifacts/
0 commit comments