Skip to content

Commit

Permalink
Use Go 1.21 in CI build
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
  • Loading branch information
alexellis committed Jan 21, 2024
1 parent 4767821 commit 33ad999
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
- name: Install Go
uses: actions/setup-go@master
with:
go-version: 1.20.x
go-version: 1.21.x
- name: Make
run: make all
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@master
with:
go-version: 1.20.x
go-version: 1.21.x
- name: Make
run: make all

Expand Down

0 comments on commit 33ad999

Please sign in to comment.