diff options
Diffstat (limited to '.github/workflows/release.yml')
-rw-r--r-- | .github/workflows/release.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a245f052..80751500 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,9 +12,9 @@ jobs: steps: - name: Set up Go - uses: actions/setup-go@v2 + uses: actions/setup-go@v3 with: - go-version: 1.18.x + go-version: 1.19.4 - name: Check out code uses: actions/checkout@v2 @@ -38,4 +38,4 @@ jobs: repo_token: "${{ secrets.GITHUB_TOKEN }}" draft: true prerelease: false - files: dist/*
\ No newline at end of file + files: dist/* |