Skip to content

Commit

Permalink
build: fix docker job
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Jun 30, 2023
1 parent d511183 commit b127317
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
11 changes: 10 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.15
go-version: ^1.20
id: go

- name: Check out code into the Go module directory
Expand All @@ -38,5 +38,14 @@ jobs:
name: Docker Build
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.20
id: go

- name: Check out code into the Go module directory
uses: actions/checkout@v2

- name: Docker Build
run: make docker
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.14
go-version: ^1.20
id: go

- name: Check out code into the Go module directory
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.14
go-version: ^1.20
id: go

- name: Check out code into the Go module directory
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.14
go-version: ^1.20
id: go

- name: Check out code into the Go module directory
Expand Down

0 comments on commit b127317

Please sign in to comment.