From 88f93b27ce69cd64588f7e4f1a227a86d42f92bd Mon Sep 17 00:00:00 2001 From: Mathieu Tortuyaux Date: Thu, 22 Feb 2024 13:57:28 +0100 Subject: [PATCH] go: bump go version Signed-off-by: Mathieu Tortuyaux --- .github/workflows/go.yml | 6 +++--- go.mod | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 37374a5..84af537 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -11,14 +11,14 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: Set up Go - uses: actions/setup-go@v3 + uses: actions/setup-go@v5 with: - go-version: 1.18 + go-version-file: './go.mod' - name: Build run: ./build diff --git a/go.mod b/go.mod index 3c0dff7..734a370 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/flatcar/coreos-cloudinit -go 1.18 +go 1.20 require ( github.com/cloudsigma/cepgo v0.0.0-20140805094338-1bfc4895bf5c