Browse Source

bump .github and Dockerfile for go1.18

tags/v2.10.0-rc1
Shivaram Lingamneni 2 years ago
parent
commit
fd5317e68e
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      .github/workflows/build.yml
  2. 1
    1
      Dockerfile

+ 1
- 1
.github/workflows/build.yml View File

@@ -19,7 +19,7 @@ jobs:
19 19
       - name: "setup go"
20 20
         uses: "actions/setup-go@v2"
21 21
         with:
22
-          go-version: "1.17"
22
+          go-version: "1.18"
23 23
       - name: "install python3-pytest"
24 24
         run: "sudo apt install -y python3-pytest"
25 25
       - name: "make install"

+ 1
- 1
Dockerfile View File

@@ -1,5 +1,5 @@
1 1
 ## build ergo binary
2
-FROM golang:1.17-alpine3.13 AS build-env
2
+FROM golang:1.18-alpine3.13 AS build-env
3 3
 
4 4
 RUN apk add -U --force-refresh --no-cache --purge --clean-protected -l -u make git
5 5
 

Loading…
Cancel
Save