Skip to content

Commit

Permalink
Move to 1.22 and v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Falck committed Aug 23, 2024
1 parent 742acd9 commit bb49b00
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 bb49b00

Please sign in to comment.