chore: Update build and docker dependencies

This commit is contained in:
2022-07-16 12:41:25 +01:00
parent 6ac0db075b
commit e699b7747f
3 changed files with 11 additions and 10 deletions

View File

@@ -17,11 +17,11 @@ jobs:
goos: windows
steps:
- uses: actions/checkout@v3
- uses: wangyoucao577/go-release-action@v1.26
- uses: wangyoucao577/go-release-action@v1.29
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
goversion: "https://dl.google.com/go/go1.18.1.linux-amd64.tar.gz"
goversion: "https://dl.google.com/go/go1.18.4.linux-amd64.tar.gz"
binary_name: "hg612-exporter"
extra_files: LICENSE README.md