Skip to content

Commit

Permalink
Update to go 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
dbast committed Mar 19, 2023
1 parent 2a18656 commit 324fee2
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/archlinuxarm-armv7-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
name: Push archlinuxarm-armv7 image to docker registry
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.19
- name: Set up Go 1.20
uses: actions/[email protected]
with:
go-version: 1.19
go-version: '1.20'
id: go

- name: Check out code into the Go module directory
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/archlinuxarm-armv8-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
name: Push archlinuxarm-armv7 image to docker registry
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.19
- name: Set up Go 1.20
uses: actions/[email protected]
with:
go-version: 1.19
go-version: '1.20'
id: go

- name: Check out code into the Go module directory
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
go-version: 1.19
go-version: '1.20'
- uses: actions/setup-python@v4
- uses: pre-commit/[email protected]
golangci:
Expand All @@ -27,7 +27,7 @@ jobs:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
go-version: 1.19
go-version: '1.20'
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:
if: steps.cache-key.outputs.cache-hit != 'true'
uses: actions/[email protected]

- name: Set up Go 1.19
- name: Set up Go 1.20
if: steps.cache-key.outputs.cache-hit != 'true'
uses: actions/[email protected]
with:
go-version: 1.19
go-version: '1.20'
id: go

- name: Get dependencies
Expand Down
2 changes: 0 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
module github.com/mkaczanowski/packer-builder-arm

go 1.16

require (
github.com/armon/go-metrics v0.3.11 // indirect
github.com/dsnet/compress v0.0.1 // indirect
Expand Down

0 comments on commit 324fee2

Please sign in to comment.