mirror of
https://github.com/packwiz/packwiz.git
synced 2025-04-17 20:26:31 +02:00
Update CI Go/GoReleaser versions, Go version in README
This commit is contained in:
parent
42d8370d0c
commit
773944729f
6
.github/workflows/go.yml
vendored
6
.github/workflows/go.yml
vendored
@ -7,10 +7,10 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
- name: Set up Go 1.18
|
||||
- name: Set up Go 1.19
|
||||
uses: actions/setup-go@v1
|
||||
with:
|
||||
go-version: 1.18
|
||||
go-version: 1.19
|
||||
id: go
|
||||
|
||||
- name: Check out code into the Go module directory
|
||||
@ -19,7 +19,7 @@ jobs:
|
||||
- name: Run GoReleaser
|
||||
uses: goreleaser/goreleaser-action@v2
|
||||
with:
|
||||
version: ~1.8.2
|
||||
version: ~4.2.0
|
||||
args: --snapshot --skip-publish --rm-dist
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
@ -28,7 +28,7 @@ Prebuilt binaries are available from [GitHub Actions](https://github.com/packwiz
|
||||
|
||||
In future I will have a lot more installation options, but you can also compile from source:
|
||||
|
||||
1. Install Go (1.18 or newer) from https://golang.org/dl/
|
||||
1. Install Go (1.19 or newer) from https://golang.org/dl/
|
||||
2. Run `go install github.com/packwiz/packwiz@latest`. Be patient, it has to download and compile dependencies as well!
|
||||
|
||||
## Documentation
|
||||
|
Loading…
x
Reference in New Issue
Block a user