Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7078b55

Browse files
committedAug 4, 2023
Bump go versions to 1.18+
1 parent b8912c3 commit 7078b55

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎.github/workflows/apidiff.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Install Go
1414
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
1515
with:
16-
go-version: 1.18.x
16+
go-version: 1.20.x
1717
- name: Add GOBIN to PATH
1818
run: echo "PATH=$(go env GOPATH)/bin:$PATH" >>$GITHUB_ENV
1919
- name: Install dependencies

‎.github/workflows/tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
test:
1010
strategy:
1111
matrix:
12-
version: [ '1.15', '1.16', '1.17', '1.18' ]
12+
version: [ '1.18', '1.19', '1.20', '1.21.0-rc.4' ]
1313
platform: [ ubuntu-latest, macos-latest, windows-latest ]
1414
runs-on: ${{ matrix.platform }}
1515
steps:

‎go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/go-logr/logr
22

3-
go 1.16
3+
go 1.18

0 commit comments

Comments
 (0)
Failed to load comments.