Giter VIP home page Giter VIP logo

Comments (2)

tjyang avatar tjyang commented on June 21, 2024

Anyway you can support building this tool using golang-1.16 ?

  • RL8.5 only have version up to 1.16 from appstream.
[me@rocky8t01 scan4log4shell]$ cat /etc/redhat-release
Rocky Linux release 8.5 (Green Obsidian)
[me@rocky8t01 scan4log4shell]$

[me@rocky8t01 scan4log4shell]$ sudo dnf install golang
timescale_timescaledb                                                                          163  B/s | 833  B     00:05
Dependencies resolved.
===============================================================================================================================
 Package                        Architecture      Version                                           Repository            Size
===============================================================================================================================
Installing:
 golang                         x86_64            1.16.12-1.module+el8.5.0+720+c057d5cf             appstream            687 k
Installing dependencies:
 golang-bin                     x86_64            1.16.12-1.module+el8.5.0+720+c057d5cf             appstream             92 M
 golang-src                     noarch            1.16.12-1.module+el8.5.0+720+c057d5cf             appstream            8.2 M
 keyutils-libs-devel            x86_64            1.5.10-9.el8                                      baseos                47 k

from scan4log4shell.

tjyang avatar tjyang commented on June 21, 2024
  • changing version in go.mod file seems fix the issue and I was able to get a binary.
[me@rocky8t01 scan4log4shell]$ git diff go.mod
diff --git a/go.mod b/go.mod
index 0c41a3a..237e695 100644
--- a/go.mod
+++ b/go.mod
@@ -1,81 +1,17 @@
 module github.com/hupe1980/log4shellscan

-go 1.17
+go 1.16

from scan4log4shell.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.