Skip to content

Commit

Permalink
chore: pre-release go version 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
alessio-form3 committed Nov 18, 2024
1 parent a69bc25 commit 7c478a9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,15 @@ jobs:
run: make crossbuild
- name: Set version
run: echo "${{ needs.calculate-tag.outputs.tag }}" | sed s/v//g > VERSION
- name: print
run: ls -lart
- name: Package
run: make crossbuild-tarballs
- name: Archive artifacts
uses: actions/upload-artifact@v3
with:
name: tarballs
path: ./.tarballs/*.tar.gz
path: "*.tar.gz"

commit-message:
runs-on: ubuntu-latest
Expand Down
3 changes: 1 addition & 2 deletions .promu.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
go:
# This must match .circle/config.yml.
version: 1.21
version: 1.22
repository:
path: github.com/form3tech-oss/postgres_exporter
build:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/form3tech-oss/postgres_exporter

go 1.20
go 1.22

require (
github.com/DATA-DOG/go-sqlmock v1.5.2
Expand Down

0 comments on commit 7c478a9

Please sign in to comment.