Skip to content

Commit

Permalink
update golang from 1.21.6 to 1.22.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmoraisjr committed May 1, 2024
1 parent 277cf2f commit 7f0bcf7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.21.6"
go-version: "1.22.2"
- name: Run build
run: make build
- name: golangci-lint
Expand All @@ -41,6 +41,6 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.21.6"
go-version: "1.22.2"
- name: Run integration tests
run: make test-integration
2 changes: 1 addition & 1 deletion builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM golang:1.21.6-alpine AS builder
FROM golang:1.22.2-alpine AS builder

ARG GIT_TAG
WORKDIR /src
Expand Down
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module github.com/jcmoraisjr/haproxy-ingress

go 1.21
go 1.22.0

toolchain go1.22.2

require (
Expand Down

0 comments on commit 7f0bcf7

Please sign in to comment.