We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aca294c commit 45012f4Copy full SHA for 45012f4
.github/workflows/ci.yml
@@ -32,7 +32,7 @@ jobs:
32
strategy:
33
fail-fast: false
34
matrix:
35
- go-version: ["1.21", stable]
+ go-version: ["1.21", "1.22", stable]
36
steps:
37
- name: Checkout Repository
38
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
compose.yaml
@@ -29,7 +29,7 @@ services:
29
service: nginx
30
31
test:
- image: golang:1.21
+ image: golang:1.23
volumes:
- type: bind
source: ./
0 commit comments