Skip to content

Commit 2db5d2f

Browse files
authored
Merge pull request #3 from bitly/upgrade-go
chore(deps): upgrade go 1.26.0
2 parents 7959610 + 3944190 commit 2db5d2f

5 files changed

Lines changed: 6 additions & 8 deletions

File tree

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* bitly/slothsgi
1+
* @bitly/sloths

.github/workflows/ci-docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
build:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v4
9+
- uses: actions/checkout@v6
1010

1111
- name: Set Swap Space
1212
uses: pierotofy/set-swap-space@master

.github/workflows/release-assets.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ jobs:
1212
release:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v6
1616

1717
- name: Set Swap Space
1818
uses: pierotofy/set-swap-space@master
1919
with:
2020
swap-size-gb: 12
2121

22-
- uses: actions/setup-go@v5
22+
- uses: actions/setup-go@v6
2323
with:
2424
go-version-file: "./go.mod"
2525
check-latest: true

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#############################################
22
# Build
33
#############################################
4-
FROM --platform=$BUILDPLATFORM golang:1.24-alpine as build
4+
FROM --platform=$BUILDPLATFORM golang:1.26-alpine as build
55

66
RUN apk upgrade --no-cache --force
77
RUN apk add --update build-base make git

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/webdevops/go-replace
22

3-
go 1.24.0
4-
5-
toolchain go1.24.4
3+
go 1.26.0
64

75
require (
86
github.com/Masterminds/sprig/v3 v3.3.0

0 commit comments

Comments
 (0)