Skip to content

Commit

Permalink
upgrade to go v1.23.2
Browse files Browse the repository at this point in the history
  • Loading branch information
attiasas committed Oct 15, 2024
1 parent 2c349c1 commit b662cad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/actions/install-and-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ runs:
- name: Install NuGet
uses: nuget/setup-nuget@v2
with:
nuget-version: 6.11.0
nuget-version: 6.11
- name: Install dotnet
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.425
dotnet-version: '6.x'

- name: Setup Python3
uses: actions/setup-python@v4
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/jfrog/jfrog-cli-security

go 1.22.7
go 1.23.2

require (
github.com/beevik/etree v1.4.0
Expand Down Expand Up @@ -117,4 +117,4 @@ require (

// replace github.com/jfrog/build-info-go => github.com/jfrog/build-info-go dev

// replace github.com/jfrog/froggit-go => github.com/jfrog/froggit-go dev
// replace github.com/jfrog/froggit-go => github.com/jfrog/froggit-go dev

0 comments on commit b662cad

Please sign in to comment.