Skip to content

Commit 9551c04

Browse files
committed
chore: pre-release go version 1.22
1 parent a69bc25 commit 9551c04

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,13 @@ jobs:
3737
run: echo "${{ needs.calculate-tag.outputs.tag }}" | sed s/v//g > VERSION
3838
- name: Package
3939
run: make crossbuild-tarballs
40+
- name: print
41+
run: ls -lart .tarballs
4042
- name: Archive artifacts
4143
uses: actions/upload-artifact@v3
4244
with:
4345
name: tarballs
44-
path: ./.tarballs/*.tar.gz
46+
path: .tarballs/postgres_exporter*
4547

4648
commit-message:
4749
runs-on: ubuntu-latest

.promu.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
go:
2-
# This must match .circle/config.yml.
3-
version: 1.21
2+
version: 1.22
43
repository:
54
path: github.com/form3tech-oss/postgres_exporter
65
build:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/form3tech-oss/postgres_exporter
22

3-
go 1.20
3+
go 1.22
44

55
require (
66
github.com/DATA-DOG/go-sqlmock v1.5.2

0 commit comments

Comments
 (0)