Skip to content

Commit

Permalink
Bump Go to 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Haist committed Mar 5, 2024
1 parent 4112b15 commit 476eba4
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 479 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.16
go-version: 1.21

- name: Install cross-build dependencies
run: sudo apt-get -qq -y update && sudo apt-get -qq -y --no-install-recommends install make gcc gcc-multilib gcc-mingw-w64 autoconf automake libtool pkg-config ca-certificates wget patch sed git-core moreutils zip
Expand Down
17 changes: 11 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
module github.com/spyre-project/spyre

go 1.11
go 1.21

require (
github.com/daviddengcn/go-colortext v1.0.0
github.com/hillu/go-archive-zip-crypto v0.0.0-20200712202847-bd5cf365dd44
github.com/hillu/go-ntdll v0.0.0-20211011155505-c466bba4706f
github.com/hillu/go-yara/v4 v4.2.3
github.com/hillu/go-ntdll v0.0.0-20230408164318-f8894bfa00af
github.com/hillu/go-yara/v4 v4.3.2
github.com/mitchellh/go-ps v1.0.0
github.com/spf13/afero v1.5.1
github.com/spf13/afero v1.11.0
github.com/spf13/pflag v1.0.5
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
golang.org/x/sys v0.18.0
gopkg.in/yaml.v3 v3.0.1
)

require (
golang.org/x/crypto v0.21.0 // indirect
golang.org/x/text v0.14.0 // indirect
)
Loading

0 comments on commit 476eba4

Please sign in to comment.