Skip to content

Commit

Permalink
fix(deps): update golang docker tag to v1.22.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fsrv-xyz committed Apr 15, 2024
2 parents 17b0e1d + d97da71 commit 45fffa7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.19
go-version: stable

- name: Build
run: go build -v ./...
Expand Down
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ include:

compile:
stage: build
image: golang:1.22.1-bullseye
image: golang:1.22.2
script:
- mkdir -p binaries
- go build -o binaries/openzfs_exporter-$(uname -s) ./cmd/openzfs_exporter/*.go
Expand Down

0 comments on commit 45fffa7

Please sign in to comment.