Skip to content

Commit

Permalink
Bump test versions and images
Browse files Browse the repository at this point in the history
  • Loading branch information
2opremio committed Sep 19, 2023
1 parent 45853c6 commit 6e1d34c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ jobs:
name: Build
strategy:
matrix:
go: [1.13, 1.14]
go: [1.20, 1.21]
runs-on: ubuntu-latest
container: golang:${{ matrix.go }}-stretch
container: golang:${{ matrix.go }}-bookworm
steps:
- run: go get golang.org/x/tools/cmd/goimports
- run: go get golang.org/x/lint/golint
Expand Down

0 comments on commit 6e1d34c

Please sign in to comment.