Skip to content

Commit

Permalink
Upgrade golang from 1.22.2 to 1.22.4
Browse files Browse the repository at this point in the history
  • Loading branch information
guoard committed Jun 7, 2024
1 parent 660edd4 commit 6a14bf0
Show file tree
Hide file tree
Showing 3 changed files with 4 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.22.2"
go-version: "1.22.4"
- 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.22.2"
go-version: "1.22.4"
- 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.22.2-alpine AS builder
FROM golang:1.22.4-alpine AS builder

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

go 1.22.0

toolchain go1.22.2
toolchain go1.22.4

require (
github.com/Masterminds/sprig/v3 v3.2.3
Expand Down

0 comments on commit 6a14bf0

Please sign in to comment.