Skip to content

Commit 85fec9c

Browse files
authored
Merge pull request #117 from Luzilla/update-go
Chore: update go versions
2 parents 7df3263 + 39b4c9b commit 85fec9c

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ freebsd_instance:
44

55
task:
66
provision_script:
7-
- pkg install -y go git
7+
- pkg install -y lang/go git-lite
88
script:
99
- uname -a
1010
- go mod tidy

.github/workflows/goreleaser.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
name: goreleaser
23

34
on:
@@ -18,7 +19,7 @@ jobs:
1819
name: Set up Go
1920
uses: actions/setup-go@v2
2021
with:
21-
go-version: 1.14
22+
go-version: 1.16
2223
-
2324
name: Run GoReleaser
2425
uses: goreleaser/goreleaser-action@v2

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
test:
88
strategy:
99
matrix:
10-
go-version: [1.14.x, 1.15.x, 1.16.x]
10+
go-version: [1.16.x, 1.17.x, 1.18.x]
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Setup Go

0 commit comments

Comments
 (0)