Skip to content

Commit

Permalink
use Go 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirianni committed Nov 15, 2023
1 parent e96d5ad commit a6afa86
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: "1.20.5"
go-version: "1.21"

- name: Cache Tools
id: tool-cache
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.20.5"
go-version: "1.21"

- name: Vet
run: go vet ./...
Expand All @@ -80,7 +80,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.20.5"
go-version: "1.21"

- name: Cache Tools
id: tool-cache
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.20.5"
go-version: "1.21"

- name: Cache Tools
id: tool-cache
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.20.5"
go-version: "1.21"

- name: Cache Tools
id: tool-cache
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.20.5"
go-version: "1.21"

- name: Cache Tools
id: tool-cache
Expand Down Expand Up @@ -204,7 +204,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.20.5"
go-version: "1.21"

- name: Cache Tools
id: tool-cache
Expand Down Expand Up @@ -246,7 +246,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.20.5"
go-version: "1.21"

- name: Cache Tools
id: tool-cache
Expand Down Expand Up @@ -281,7 +281,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.20.5"
go-version: "1.21"

- name: Cache Tools
id: tool-cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.20.5"
go-version: "1.21"

- name: Import GPG key
id: import_gpg
Expand Down

0 comments on commit a6afa86

Please sign in to comment.