Skip to content

Commit

Permalink
Update go versions
Browse files Browse the repository at this point in the history
  • Loading branch information
F21 committed Feb 5, 2025
1 parent c1fa92a commit 78228d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
strategy:
matrix:
go:
- version: 1.22
- version: 1.23
report: true
- version: 1.21
- version: 1.22
runs-on: ubuntu-latest
steps:
- name: Install code climate
Expand Down
6 changes: 2 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
version: '3'

services:
test:
image: golang:${GO_VERSION:-1.22}
image: golang:${GO_VERSION:-1.23}
working_dir: /source
command: go test -coverprofile c.out -v ./...
volumes:
- .:/source
- $GOPATH/pkg/mod/cache:/go/pkg/mod/cache

generate:
image: golang:1.22
image: golang:1.23
working_dir: /source
command: >
sh -c "go install golang.org/x/tools/cmd/stringer;
Expand Down

0 comments on commit 78228d1

Please sign in to comment.