Skip to content

Commit

Permalink
Chore: update go versions
Browse files Browse the repository at this point in the history
- ensure build is run with go1.16 at least
- add new versions to the matrix
- more explicit install for freebsd
  • Loading branch information
till committed May 14, 2022
1 parent 7df3263 commit 39b4c9b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ freebsd_instance:

task:
provision_script:
- pkg install -y go git
- pkg install -y lang/go git-lite
script:
- uname -a
- go mod tidy
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: goreleaser

on:
Expand All @@ -18,7 +19,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.14
go-version: 1.16
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.14.x, 1.15.x, 1.16.x]
go-version: [1.16.x, 1.17.x, 1.18.x]
runs-on: ubuntu-latest
steps:
- name: Setup Go
Expand Down

0 comments on commit 39b4c9b

Please sign in to comment.