Skip to content

Commit

Permalink
Merge pull request AirHelp-OSP#256 from krzwiatrzyk-lgd/fix/update-go…
Browse files Browse the repository at this point in the history
…-build-version

fix: update go version to 1.22.4
  • Loading branch information
krzwiatrzyk-lgd authored Jul 1, 2024
2 parents 12e70e8 + c169b19 commit 27c9840
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v1
with:
go-version: 1.21
go-version: 1.22
- run: go mod download
- run: go test -v -cover ./...
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21 as builder
FROM golang:1.22 as builder

ENV CGO_ENABLED=0

Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/AirHelp/autoscaler

go 1.22.0

toolchain go1.22.2
go 1.22.4

require (
github.com/alicebob/miniredis/v2 v2.31.0
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.1
0.3.1

0 comments on commit 27c9840

Please sign in to comment.