Skip to content

Commit

Permalink
updated workflow go version
Browse files Browse the repository at this point in the history
  • Loading branch information
mosajjal committed Sep 7, 2024
1 parent 2d60284 commit 733a094
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Go 3.x
uses: actions/setup-go@v5
with:
go-version: '^1.22'
go-version: '^1.23'

- name: Get dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
project_path: "./cmd/sniproxy"
goversion: 1.22.3
goversion: 1.23.0
ldflags: "-s -w -X main.version=${{ github.event.release.tag_name }} -X main.commit=${{ github.sha }}"
build_flags: -v

2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.22.3-alpine3.20
FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.23.0-alpine3.20

ARG TARGETPLATFORM
ARG BUILDPLATFORM
Expand Down

0 comments on commit 733a094

Please sign in to comment.