Skip to content

Commit

Permalink
go: bump go version
Browse files Browse the repository at this point in the history
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
  • Loading branch information
tormath1 committed Feb 23, 2024
1 parent 4370372 commit a5dc429
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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/flatcar/coreos-cloudinit

go 1.18
go 1.20

require (
github.com/cloudsigma/cepgo v0.0.0-20140805094338-1bfc4895bf5c
Expand Down

0 comments on commit a5dc429

Please sign in to comment.