We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bddc11 commit 9eb1b52Copy full SHA for 9eb1b52
.github/workflows/github-actions-test.yml
@@ -4,6 +4,7 @@ on: [push]
4
jobs:
5
build:
6
runs-on: ubuntu-latest
7
+ container: golang:1.23-bookworm
8
steps:
9
- run: make setup
10
- run: make install
0 commit comments