Skip to content

Commit 2c82d95

Browse files
committed
ci: bump go versions
1 parent 35af994 commit 2c82d95

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
go: [ '1.14', '1.15', '1.16', '1.17' ]
16+
go: [ '1.18' ]
1717
steps:
1818

1919
- name: Set up Go ${{ matrix.go }}

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: Set up Go
1919
uses: actions/setup-go@v2
2020
with:
21-
go-version: 1.15
21+
go-version: 1.18
2222
-
2323
name: Run GoReleaser
2424
uses: goreleaser/goreleaser-action@v2

0 commit comments

Comments
 (0)