Skip to content

Commit

Permalink
update go ver
Browse files Browse the repository at this point in the history
  • Loading branch information
mxssl committed Feb 12, 2024
1 parent 63a1908 commit 6668c72
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.21"
go-version: "1.22"
- name: golangci-lint
uses: golangci/golangci-lint-action@v4

Expand All @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.21"
go-version: "1.22"

# Get values for cache paths to be used in later steps
- name: Get cache paths
Expand Down
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ dockers:
- "--label=org.opencontainers.image.title={{.ProjectName}}"
- "--label=org.opencontainers.image.revision={{.FullCommit}}"
- "--label=org.opencontainers.image.version={{.Version}}"
- "--label=org.opencontainers.image.source=https://github.com/mxssl/selectel-billing-exporter"
- "--platform=linux/amd64"
- "--pull"
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Prometheus exporter для получения информации по билл
version: '3'
services:
selectel_exporter:
image: mxssl/selectel-billing-exporter:1.1.3
image: mxssl/selectel-billing-exporter:1.1.4
ports:
- "6789:80"
restart: always
Expand Down Expand Up @@ -67,7 +67,7 @@ spec:
spec:
containers:
- name: exporter
image: mxssl/selectel-billing-exporter:1.1.3
image: mxssl/selectel-billing-exporter:1.1.4
command: ["./app"]
ports:
- containerPort: 80
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
selectel-billing-exporter:
container_name: selectel-billing-exporter
build: .
image: mxssl/selectel-billing-exporter:1.0.3
image: mxssl/selectel-billing-exporter:1.1.4
ports:
- "6789:80"
restart: always
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ require (
gopkg.in/yaml.v3 v3.0.1 // indirect
)

go 1.21
go 1.22

0 comments on commit 6668c72

Please sign in to comment.