alpha
Login
or
Join now
boltless.me
/
zoekt
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
fork of https://github.com/sourcegraph/zoekt
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
Update to Go 1.19.6 (#552)
author
Jean-Hadrien Chabran
committer
GitHub
date
3 years ago
(Mar 2, 2023, 6:15 PM +0100)
commit
a4018300
a4018300b2727b72268ad18459a89c34eb4bb278
parent
5f25b307
5f25b3073480520aae1cd145d9f3f57226ff7fbc
+3
-3
3 changed files
Expand all
Collapse all
Unified
Split
.github
workflows
ci.yml
.tool-versions
Dockerfile
+1
-1
.github/workflows/ci.yml
Reviewed
···
7
7
jobs:
8
8
test:
9
9
runs-on: ubuntu-latest
10
10
-
container: alpine:edge # go1.18 needs > alpine 3.15
10
10
+
container: alpine:edge # go1.19 needs > alpine 3.15
11
11
steps:
12
12
- name: checkout
13
13
uses: actions/checkout@v3
+1
-1
.tool-versions
Reviewed
···
1
1
-
golang 1.19.3
1
1
+
golang 1.19.6
+1
-1
Dockerfile
Reviewed
···
1
1
-
FROM golang:1.19.2-alpine3.16 AS builder
1
1
+
FROM golang:1.19.6-alpine3.16 AS builder
2
2
3
3
RUN apk add --no-cache ca-certificates
4
4