Skip to content

Commit

Permalink
Update build pipeline to 1.21.
Browse files Browse the repository at this point in the history
  • Loading branch information
pwood committed Dec 16, 2023
1 parent 699021e commit 6155bdc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
runs-on: ubuntu-20.04
steps:

- name: Set up Go 1.19
- name: Set up Go 1.21
uses: actions/setup-go@v2
with:
go-version: 1.19
go-version: 1.21
id: go

- name: Check out code into the Go module directory
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/shimmeringbee/zda

go 1.19
go 1.21

require (
github.com/antonmedv/expr v1.15.5
Expand Down

0 comments on commit 6155bdc

Please sign in to comment.