Skip to content

Commit

Permalink
Merge pull request #22 from FortnoxAB/feature/remove-host
Browse files Browse the repository at this point in the history
Move to 1.22 and v2
  • Loading branch information
jonaz authored Aug 23, 2024
2 parents 57b2dcc + bb49b00 commit 39876d0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.21
go-version: 1.22
cache: true

- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
fetch-depth: 0 # this is important, otherwise it won't checkout the full tree (i.e. no previous tags)
- uses: actions/setup-go@v4
with:
go-version: 1.21
go-version: 1.22
cache: true
- uses: sigstore/[email protected] # installs cosign
- uses: anchore/sbom-action/[email protected] # installs syft
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/fortnoxab/prometheus-net-discovery
module github.com/fortnoxab/prometheus-net-discovery/v2

go 1.22

Expand Down

0 comments on commit 39876d0

Please sign in to comment.