Skip to content

Commit

Permalink
github/workflows/main: explicit Go version in the example
Browse files Browse the repository at this point in the history
  • Loading branch information
fsouza committed Feb 7, 2024
1 parent e3b9c48 commit 2ce609b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
docker-image: node:20-alpine
entrypoint: /bin/sh
- lang: go
docker-image: golang:alpine
docker-image: golang:1.22-alpine
entrypoint: /bin/sh
- lang: dotnet
docker-image: mcr.microsoft.com/dotnet/sdk:5.0-alpine
Expand Down

0 comments on commit 2ce609b

Please sign in to comment.