Skip to content

Commit

Permalink
Merge pull request #121 from blackpiglet/release-1.6
Browse files Browse the repository at this point in the history
Bump up Golang to v1.18.10
  • Loading branch information
ywk253100 committed Jan 18, 2023
2 parents cd7cb2d + 0cc0629 commit 94ef3c1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
runs-on: ubuntu-latest
steps:

- name: Set up Go 1.18.8
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18.8
go-version: 1.18.10
id: go

- name: Check out the code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18.8
go-version: 1.18.10
id: go

- name: Check out code into the Go module directory
Expand Down
2 changes: 1 addition & 1 deletion 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 --platform=$BUILDPLATFORM golang:1.18.8-bullseye AS build
FROM --platform=$BUILDPLATFORM golang:1.18.10-bullseye AS build

ARG TARGETOS
ARG TARGETARCH
Expand Down

0 comments on commit 94ef3c1

Please sign in to comment.