Skip to content

Commit

Permalink
Upgrade Go version to at least 1.18
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Bock <[email protected]>
  • Loading branch information
nicolasbock committed Oct 2, 2023
1 parent d4053eb commit 9cfea79
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ghcr-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: 1.16
go-version: 1.18

- name: Test and Build
run: make all
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-and-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
test:
strategy:
matrix:
go-version: [ 1.16, 1.17, 1.18 ]
go-version: [ '1.18', '1.19', '1.20', '1.21' ]
os: [ ubuntu-latest ]
runs-on: ${{ matrix.os }}

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/canonical/athena-core

go 1.16
go 1.18

require (
github.com/Files-com/files-sdk-go v1.0.180
Expand Down

0 comments on commit 9cfea79

Please sign in to comment.