Skip to content

Commit d9067c8

Browse files
authored
chore: update to go 1.22 (#20)
* chore: update to go 1.22 * un-needed in new docker
1 parent bb29236 commit d9067c8

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.github/workflows/go.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ name: Go
55

66
on:
77
push:
8-
branches: ['dev']
8+
branches: ["dev"]
99
pull_request:
10-
branches: ['dev']
10+
branches: ["dev"]
1111

1212
jobs:
1313
build:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
version: ['1.19.0','1.21.5']
17+
version: ["1.19.0", "1.21.5", "1.22.2"]
1818
steps:
1919
- uses: actions/checkout@v3
2020

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.19
1+
FROM golang:1.22
22
WORKDIR /app
33

44
COPY go.* ./

docker-compose.yml

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# FIXME:
22
# DISABLED STORAGE FOR THE INITIAL VERSION SINCE BUILDING IS LIMITED TO A FEW SECONDS
33

4-
version: "3.4"
54
services:
65
api:
76
build: "."

0 commit comments

Comments
 (0)