Skip to content

Commit

Permalink
Update to Go version 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
plorenz committed Dec 7, 2023
1 parent d3f0de6 commit a05f9d3
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 19 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fablab-db-creation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '1.20.x'
go-version: '1.21.x'

- name: Install Ziti CI
uses: openziti/ziti-ci@v1
Expand Down Expand Up @@ -58,4 +58,4 @@ jobs:
if: always()
run: |
cd ziti/zititest/models/db-creation
./db-creation dispose
./db-creation dispose
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: '1.20.x'
go-version: '1.21.x'

- uses: actions/checkout@v3

Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: '1.20.x'
go-version: '1.21.x'

- name: Install Ziti CI
uses: openziti/ziti-ci@v1
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: '1.20.x'
go-version: '1.21.x'

- name: Install Ziti CI
uses: openziti/ziti-ci@v1
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: '1.20.x'
go-version: '1.21.x'

- name: Install Ziti CI
uses: openziti/ziti-ci@v1
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: '1.20.x'
go-version: '1.21.x'

- name: Install Ziti CI
uses: openziti/ziti-ci@v1
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: '1.20.x'
go-version: '1.21.x'

- name: Install Ziti CI
uses: openziti/ziti-ci@v1
Expand Down Expand Up @@ -401,7 +401,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: '1.20.x'
go-version: '1.21.x'

- name: Install Python
uses: actions/setup-python@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-dependency.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: '1.20.x'
go-version: '1.21.x'

- name: Install Ziti CI
uses: openziti/ziti-ci@v1
Expand Down
14 changes: 6 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Release 0.31.2

## What's New

* Go version updated from 1.20 to 1.21

# Release 0.31.1

## What's New
Expand Down Expand Up @@ -293,14 +299,6 @@ proxy:
* github.com/openziti/ziti: [v0.30.1 -> v0.30.2](https://github.com/openziti/ziti/compare/v0.30.1...v0.30.2)
* [Issue #1266](https://github.com/openziti/ziti/issues/1266) - Outdated README.md: Some links return "Page Not Found"

# Release 0.30.1

## What's New

## Component Updates and Bug Fixes

* github.com/openziti/ziti: [v0.30.1 -> v0.30.2](https://github.com/openziti/ziti/compare/v0.30.1...v0.30.2)
* [Issue #1266](https://github.com/openziti/ziti/issues/1266) - Updated dead links in README

# Release 0.30.1

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/openziti/ziti

go 1.20
go 1.21

require (
github.com/AppsFlyer/go-sundheit v0.5.0
Expand Down

0 comments on commit a05f9d3

Please sign in to comment.