Skip to content

Commit

Permalink
Merge pull request #119 from skitt/test-go-1.21
Browse files Browse the repository at this point in the history
Test with Go 1.21 and later
  • Loading branch information
k8s-ci-robot authored Oct 8, 2024
2 parents c3772b5 + 9934139 commit 50e7f43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
strategy:
matrix:
go-versions: [1.16.x, 1.17.x, 1.18.x, 1.19.x]
go-versions: [1.21.x, 1.22.x, 1.23.x]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -18,7 +18,7 @@ jobs:
with:
go-version: ${{ matrix.go-versions }}
- name: Install
run: GO111MODULE=off go get golang.org/x/lint/golint
run: go install golang.org/x/lint/golint@latest
- name: Run gofmt
run: diff -u <(echo -n) <(gofmt -d *.go)
- name: Run golint
Expand Down

0 comments on commit 50e7f43

Please sign in to comment.