Skip to content

Commit e3fec08

Browse files
committed
update to go1.23
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent d6bacfa commit e3fec08

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
name: Set up Go
5151
uses: actions/setup-go@v5
5252
with:
53-
go-version: "1.20"
53+
go-version: "1.23"
5454
-
5555
name: Download modules
5656
run: |

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
ARG GO_VERSION="1.18"
17+
ARG GO_VERSION="1.23"
1818
ARG GOLANGCI_LINT_VERSION="v1.62"
1919
ARG ADDLICENSE_VERSION="v1.0.0"
2020

0 commit comments

Comments
 (0)