Skip to content

Commit

Permalink
chore: update package dependencies (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
gritzkoo authored Mar 26, 2024
1 parent 27cb46e commit 396bb18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
test:
&default
container_name: golang_app
image: golang:1.20-alpine
image: golang:1.22-alpine
working_dir: /app
command: sh -c "go test -v ./..."
environment:
Expand Down

0 comments on commit 396bb18

Please sign in to comment.