Skip to content
This repository has been archived by the owner on Nov 3, 2024. It is now read-only.

Commit

Permalink
fix: back to go 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
ZakShearman committed Aug 20, 2024
1 parent 496741c commit 0dd9346
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- uses: "emortalmc/actions/go/lint@main"
with:
go-version: "1.23"

publish:
needs: "lint"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM golang:1.22-alpine AS build
FROM --platform=$BUILDPLATFORM golang:1.23-alpine AS build

WORKDIR /build

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/emortalmc/kurushimi

go 1.22
go 1.23

require (
agones.dev/agones v1.42.0
Expand Down

0 comments on commit 0dd9346

Please sign in to comment.