Skip to content

Commit 917712d

Browse files
committed
ci: use the latest golang in CI
1 parent 40d4fce commit 917712d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
os: [macos-latest, windows-latest, ubuntu-latest]
14-
go-version: [1.15.x, 1.16.x, 1.17.x]
14+
go-version: [1.18.x, 1.19.x, 1.20.x]
1515

1616
runs-on: ${{ matrix.os }}
1717
steps:

.github/workflows/gosec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
os: [ubuntu-latest]
14-
go-version: [1.16.x]
14+
go-version: [1.20.x]
1515

1616
runs-on: ${{ matrix.os }}
1717
env:

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
os: [ubuntu-latest]
14-
go-version: [1.17.x]
14+
go-version: [1.20.x]
1515

1616
runs-on: ${{ matrix.os }}
1717
steps:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
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.14
21+
go-version: 1.20
2222
-
2323
name: Run GoReleaser
2424
uses: goreleaser/goreleaser-action@v2

0 commit comments

Comments
 (0)