Skip to content

Commit

Permalink
feat: upgraded project version to 1.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahcks committed Aug 6, 2024
1 parent bf0b226 commit f28db0c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/.publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Go environment
uses: actions/setup-go@v2
with:
go-version: '1.20'
go-version: '1.22'

- name: Setup private Go modules
run: |
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Go image tag
ARG GOLANG_TAG=1.20-bullseye
ARG GOLANG_TAG=1.22-bullseye

FROM golang:$GOLANG_TAG as builder

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/esfands/retpaladinbot

go 1.20
go 1.22.0

require (
github.com/dghubble/sling v1.4.2
Expand Down

0 comments on commit f28db0c

Please sign in to comment.