-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #49 from sysflow-telemetry/go1.19-sigma
Go1.19 sigma
- Loading branch information
Showing
141 changed files
with
4,270 additions
and
1,201 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# | ||
# Copyright (C) 2021 IBM Corporation. | ||
# Copyright (C) 2022 IBM Corporation. | ||
# | ||
# Authors: | ||
# Frederico Araujo <[email protected]> | ||
|
@@ -38,8 +38,8 @@ ENV SRC_ROOT=/go/src/github.com/sysflow-telemetry/sf-processor/ | |
RUN dnf update -y --disableplugin=subscription-manager && \ | ||
dnf install -y --disableplugin=subscription-manager wget gcc make git device-mapper-devel | ||
|
||
RUN wget https://go.dev/dl/go1.17.7.linux-amd64.tar.gz && \ | ||
tar -C /usr/local -xzf go1.17.7.linux-amd64.tar.gz && mkdir -p $SRC_ROOT | ||
RUN wget https://go.dev/dl/go1.19.4.linux-amd64.tar.gz && \ | ||
tar -C /usr/local -xzf go1.19.4.linux-amd64.tar.gz && mkdir -p $SRC_ROOT | ||
|
||
# Copy sources | ||
COPY core ${SRC_ROOT}core | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.