Skip to content

Commit

Permalink
go 1.21.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rthellend committed Oct 11, 2023
1 parent 24d6357 commit 9724581
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '>=1.21.2'
go-version: '>=1.21.3'
- name: Build
run: go build ./...
- name: Run go vet
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '>=1.21.2'
go-version: '>=1.21.3'
- name: Build
run: go build ./...
- name: Run go vet
Expand All @@ -39,7 +39,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '>=1.21.2'
go-version: '>=1.21.3'
- name: Build release binaries
run: ./build-release-binaries.sh
- name: Create release
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21.2-alpine3.18 AS build
FROM golang:1.21.3-alpine3.18 AS build
MAINTAINER info@c2fmzq.org
RUN apk update && apk upgrade
RUN apk add ca-certificates
Expand Down
2 changes: 1 addition & 1 deletion examples/backend/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/c2FmZQ/tlsproxy/examples/backend

go 1.21.2
go 1.21.0

require (
github.com/blend/go-sdk v1.20220411.3
Expand Down

0 comments on commit 9724581

Please sign in to comment.