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 bb29236 commit d9067c8Copy full SHA for d9067c8
.github/workflows/go.yml
@@ -5,16 +5,16 @@ name: Go
5
6
on:
7
push:
8
- branches: ['dev']
+ branches: ["dev"]
9
pull_request:
10
11
12
jobs:
13
build:
14
runs-on: ubuntu-latest
15
strategy:
16
matrix:
17
- version: ['1.19.0','1.21.5']
+ version: ["1.19.0", "1.21.5", "1.22.2"]
18
steps:
19
- uses: actions/checkout@v3
20
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.19
+FROM golang:1.22
2
WORKDIR /app
3
4
COPY go.* ./
docker-compose.yml
@@ -1,7 +1,6 @@
# FIXME:
# DISABLED STORAGE FOR THE INITIAL VERSION SINCE BUILDING IS LIMITED TO A FEW SECONDS
-version: "3.4"
services:
api:
build: "."
0 commit comments